Space after comma (correct coding style).

This commit is contained in:
and3md 2017-04-10 18:15:47 +02:00
parent c7fa27d89b
commit 8e1dab322b
1 changed files with 1 additions and 1 deletions

View File

@ -783,7 +783,7 @@ class GDBInterface : ConsoleDebuggerInterface, TextCommandTarget {
command = "-stack-list-locals --thread " ~ to!string(_threadId) ~ " --frame " ~ to!string(_frameId) ~ " 1";
}
override void onResult() {
DebugVariableList variables = parseVariableList(params,"locals");
DebugVariableList variables = parseVariableList(params, "locals");
if (variables) {
// TODO
Log.d("Variable list is parsed: " ~ to!string(variables));