diff options
author | Mango0x45 <thomasvoss@live.com> | 2021-08-04 11:28:13 +0200 |
---|---|---|
committer | Mango0x45 <thomasvoss@live.com> | 2021-08-04 11:28:13 +0200 |
commit | d742f3adef138e204ccbb63f403a0696d32f3f88 (patch) | |
tree | 5649fba59b65cd0ded01d1454a9406cc2e97f4bd | |
parent | ae1db6545981f7bb55f0d0b662a18c55a0a8f1cf (diff) |
Fix spacing
-rw-r--r-- | mstatus.c | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -17,7 +17,7 @@ #include <X11/Xlib.h> -#define CTOI(x) ((x) ^ 48) +#define CTOI(x) ((x) ^ 48) struct Block { int pos; |