Skip to content

Commit

Permalink
Fix missing newline in some cases.
Browse files Browse the repository at this point in the history
  • Loading branch information
anevilyak committed Dec 18, 2012
1 parent b7b5d76 commit 68359a7
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion src/apps/debugger/user_interface/util/UiUtils.cpp
Expand Up @@ -221,7 +221,8 @@ UiUtils::PrintValueNodeGraph(BString& _output, ValueNodeChild* child,
}
_output.Append('\t', indentLevel);
_output << "}\n";
}
} else
_output << "\n";

return;
}

0 comments on commit 68359a7

Please sign in to comment.