Fix missing line break.

This commit is contained in:
Rene Gollent
2012-12-19 22:01:51 -05:00
parent 64f5c19ebf
commit cef640f784
@@ -230,7 +230,8 @@ UiUtils::PrintValueNodeGraph(BString& _output, ValueNodeChild* child,
} }
/*static*/ void UiUtils::DumpMemory(BString& _output, int32 indentLevel, /*static*/ void
UiUtils::DumpMemory(BString& _output, int32 indentLevel,
TeamMemoryBlock* block, target_addr_t address, int32 itemSize, TeamMemoryBlock* block, target_addr_t address, int32 itemSize,
int32 displayWidth, int32 count) int32 displayWidth, int32 count)
{ {