diff options
author | Aaron Marcher <me@drkhsh.at> | 2018-05-18 15:32:15 +0200 |
---|---|---|
committer | Aaron Marcher <me@drkhsh.at> | 2018-05-18 15:32:15 +0200 |
commit | 2604f25b16593ce73ac38982d5a227609b930e9e (patch) | |
tree | 0fb317a8d4d05663fe0960e16a53a0f2cc3397fa /config.def.h | |
parent | 8c8326f793549dcc685f0e4ec3e29f1f3790d6d8 (diff) |
Fix indentation
Tabs for indentation, spaces for alignment
Diffstat (limited to 'config.def.h')
-rw-r--r-- | config.def.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/config.def.h b/config.def.h index 82a5df5..495f44f 100644 --- a/config.def.h +++ b/config.def.h @@ -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) |