diff options
-rw-r--r-- | procps/free.c | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/procps/free.c b/procps/free.c index e41601e08..ee0cd981a 100644 --- a/procps/free.c +++ b/procps/free.c | |||
@@ -124,9 +124,9 @@ int free_main(int argc UNUSED_PARAM, char **argv IF_NOT_DESKTOP(UNUSED_PARAM)) | |||
124 | cached += info.bufferram; | 124 | cached += info.bufferram; |
125 | cached_plus_free = cached + info.freeram; | 125 | cached_plus_free = cached + info.freeram; |
126 | 126 | ||
127 | #define FIELDS_6 "%12llu%12llu%12llu%12llu%12llu%12llu\n" | 127 | #define FIELDS_6 "%12llu %11llu %11llu %11llu %11llu %11llu\n" |
128 | #define FIELDS_3 (FIELDS_6 + 3*6) | 128 | #define FIELDS_3 (FIELDS_6 + 6 + 7 + 7) |
129 | #define FIELDS_2 (FIELDS_6 + 4*6) | 129 | #define FIELDS_2 (FIELDS_6 + 6 + 7 + 7 + 7) |
130 | 130 | ||
131 | printf(FIELDS_6, | 131 | printf(FIELDS_6, |
132 | scale(&G, info.totalram), //total | 132 | scale(&G, info.totalram), //total |