diff options
author | Aaron Marcher <me@drkhsh.at> | 2018-07-08 17:44:53 +0200 |
---|---|---|
committer | Aaron Marcher <me@drkhsh.at> | 2018-07-08 17:44:53 +0200 |
commit | e213b48122f1f8e8d837053324d9c891a67a38d2 (patch) | |
tree | d1b203732fbfe298c78765978bcb3aec6ee1ee60 /components/ram.c | |
parent | 96ddf4e1dee808d6ae8162fc1a13126a3d4c77dc (diff) |
Fix whitespace
Diffstat (limited to 'components/ram.c')
-rw-r--r-- | components/ram.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/components/ram.c b/components/ram.c index 1d5b1da..91311ac 100644 --- a/components/ram.c +++ b/components/ram.c @@ -80,7 +80,7 @@ #include <sys/types.h> #include <unistd.h> - #define LOG1024 10 + #define LOG1024 10 #define pagetok(size, pageshift) (size_t)(size << (pageshift - LOG1024)) inline int |