diff --git a/src/system/kernel/heap.cpp b/src/system/kernel/heap.cpp index 8ca59e0c32..8c0fc3ec49 100644 --- a/src/system/kernel/heap.cpp +++ b/src/system/kernel/heap.cpp @@ -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;