kernel/vm: Whitespace cleanup only.

This commit is contained in:
Michael Lotz
2020-05-10 23:55:25 +02:00
parent 0b5d48563d
commit d6ddb118f3
4 changed files with 11 additions and 11 deletions
+1 -1
View File
@@ -53,7 +53,7 @@ public:
{ return fRefCount; }
inline void Get() { atomic_add(&fRefCount, 1); }
inline void Put();
inline void Put();
void RemoveAndPut();
void IncrementFaultCount()