Removed superfluous whitespace.
git-svn-id: file:///srv/svn/repos/haiku/haiku/trunk@26630 a95241bf-73f2-0310-859d-f6bbb57e9c96
This commit is contained in:
@@ -536,7 +536,7 @@ static int
|
|||||||
dump_allocations_per_caller(int argc, char **argv)
|
dump_allocations_per_caller(int argc, char **argv)
|
||||||
{
|
{
|
||||||
bool sortBySize = true;
|
bool sortBySize = true;
|
||||||
|
|
||||||
for (int32 i = 1; i < argc; i++) {
|
for (int32 i = 1; i < argc; i++) {
|
||||||
if (strcmp(argv[i], "-c") == 0) {
|
if (strcmp(argv[i], "-c") == 0) {
|
||||||
sortBySize = false;
|
sortBySize = false;
|
||||||
|
|||||||
Reference in New Issue
Block a user