kernel: Whitespace cleanup only.

This commit is contained in:
Michael Lotz
2020-06-13 23:24:27 +02:00
parent c63d300251
commit 31cee26cfe
5 changed files with 6 additions and 6 deletions
+1 -1
View File
@@ -12,7 +12,7 @@
enum {
/* object_cache_{alloc,free}() flags */
/* object_cache_{alloc,free}() flags */
CACHE_DONT_WAIT_FOR_MEMORY = HEAP_DONT_WAIT_FOR_MEMORY,
CACHE_DONT_LOCK_KERNEL_SPACE = HEAP_DONT_LOCK_KERNEL_SPACE,
CACHE_PRIORITY_VIP = HEAP_PRIORITY_VIP,
+1 -1
View File
@@ -26,7 +26,7 @@ public:
VMTranslationMap();
virtual ~VMTranslationMap();
virtual bool Lock() = 0;
virtual bool Lock() = 0;
virtual void Unlock() = 0;
virtual addr_t MappedSize() const = 0;