Removed superfluous whitespace.

git-svn-id: file:///srv/svn/repos/haiku/haiku/trunk@26630 a95241bf-73f2-0310-859d-f6bbb57e9c96
This commit is contained in:
Ingo Weinhold 2008-07-25 13:25:28 +00:00
parent 7a9d5c2e39
commit e346074894

View File

@ -536,7 +536,7 @@ static int
dump_allocations_per_caller(int argc, char **argv)
{
bool sortBySize = true;
for (int32 i = 1; i < argc; i++) {
if (strcmp(argv[i], "-c") == 0) {
sortBySize = false;