[hackers] [slstatus] Fix indents (spaces for alignment) || Aaron Marcher

From: <git_AT_suckless.org>
Date: Mon, 7 May 2018 13:49:00 +0200 (CEST)

commit 6123f482e39d9488df03898a0aadca3bdaf8673f
Author: Aaron Marcher <me_AT_drkhsh.at>
AuthorDate: Mon May 7 13:48:43 2018 +0200
Commit: Aaron Marcher <me_AT_drkhsh.at>
CommitDate: Mon May 7 13:48:43 2018 +0200

    Fix indents (spaces for alignment)

diff --git a/components/disk.c b/components/disk.c
index 1251edb..8112981 100644
--- a/components/disk.c
+++ b/components/disk.c
_AT_@ -31,7 +31,7 @@ disk_perc(const char *mnt)
         }
 
         return bprintf("%d", (int)(100 *
- (1.0f - ((float)fs.f_bfree / (float)fs.f_blocks))));
+ (1.0f - ((float)fs.f_bfree / (float)fs.f_blocks))));
 }
 
 const char *
Received on Mon May 07 2018 - 13:49:00 CEST

This archive was generated by hypermail 2.3.0 : Mon May 07 2018 - 14:00:26 CEST