Skip to content

Commit

Permalink
Align columns
Browse files Browse the repository at this point in the history
  • Loading branch information
Lara Maia committed Nov 22, 2015
1 parent 08e5d2c commit 380794d
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion common.c
Original file line number Diff line number Diff line change
Expand Up @@ -56,7 +56,7 @@ void header()
printf("%s", header_color);

if (header_showed == 0) {
printf("%-12s %7s %7s %7s %7s %-9s %s\n",
printf("%-10s %12s %7s %7s %7s %-18s %s\n",
"Filesystem",
"Type",
"Free",
Expand Down
2 changes: 1 addition & 1 deletion stat.c
Original file line number Diff line number Diff line change
Expand Up @@ -163,7 +163,7 @@ void statfs_display_single_fs(const struct statfs *s, const char *device, const
else
usage = 100;

(void)printf("%s%-12s%s %7s %s %s %s %-9s %s %s(%i%%)%s\n",
(void)printf("%s%-10s%s %12s %s %s %s %-18s %s %s(%i%%)%s\n",
fs_color,
device,
data_color,
Expand Down

0 comments on commit 380794d

Please sign in to comment.