[hackers] [slstatus] Fix indentation || Aaron Marcher

From: <git_AT_suckless.org>
Date: Fri, 18 May 2018 15:32:44 +0200 (CEST)

commit 2604f25b16593ce73ac38982d5a227609b930e9e
Author: Aaron Marcher <me_AT_drkhsh.at>
AuthorDate: Fri May 18 15:32:15 2018 +0200
Commit: Aaron Marcher <me_AT_drkhsh.at>
CommitDate: Fri May 18 15:32:15 2018 +0200

    Fix indentation
    
    Tabs for indentation, spaces for alignment

diff --git a/components/battery.c b/components/battery.c
index 152777e..53d94b5 100644
--- a/components/battery.c
+++ b/components/battery.c
_AT_@ -122,7 +122,7 @@
 
                 if (load_apm_power_info(&apm_info)) {
                         return bprintf("%u:%02u", apm_info.minutes_left / 60,
- apm_info.minutes_left % 60);
+ apm_info.minutes_left % 60);
                 }
 
                 return NULL;
diff --git a/config.def.h b/config.def.h
index 82a5df5..495f44f 100644
--- a/config.def.h
+++ b/config.def.h
_AT_@ -16,8 +16,8 @@ static const char unknown_str[] = "n/a";
  * NULL on OpenBSD
  * battery_state battery charging state battery name (BAT0)
  * NULL on OpenBSD
- * battery_remaining battery remaining HH:MM battery name (BAT0)
- * NULL on OpenBSD
+ * battery_remaining battery remaining HH:MM battery name (BAT0)
+ * NULL on OpenBSD
  * cpu_perc cpu usage in percent NULL
  * cpu_freq cpu frequency in MHz NULL
  * datetime date and time format string (%F %T)
Received on Fri May 18 2018 - 15:32:44 CEST

This archive was generated by hypermail 2.3.0 : Fri May 18 2018 - 15:36:29 CEST