scheduler, kernel/util: Fix style issues

This commit is contained in:
Pawel Dziepak
2013-11-29 04:51:38 +01:00
parent 1987bf19b5
commit 7f8cf14b71
3 changed files with 10 additions and 10 deletions
+2 -2
View File
@@ -198,7 +198,7 @@ MIN_MAX_HEAP_CLASS_NAME::PeekMinimum()
ASSERT(fMaxLastElement == 1);
return fMaxElements[0];
}
return NULL;
}
@@ -213,7 +213,7 @@ MIN_MAX_HEAP_CLASS_NAME::PeekMaximum()
ASSERT(fMinLastElement == 1);
return fMinElements[0];
}
return NULL;
}