diff options
| author | pml68 <tutorialmester@gmail.com> | 2024-05-20 23:16:50 +0200 |
|---|---|---|
| committer | pml68 <tutorialmester@gmail.com> | 2024-05-20 23:16:50 +0200 |
| commit | 83989a4329e9141af171fa02f767a566644723bc (patch) | |
| tree | 0ebdf4686bc86bc177ca4f756506504fe65b51b8 /slstatus | |
| parent | feat: remove unneded layout option (new keeb yay) (diff) | |
| download | suckless-setup-83989a4329e9141af171fa02f767a566644723bc.tar.gz | |
feat: remove unnecessary whitespace
Diffstat (limited to 'slstatus')
| -rw-r--r-- | slstatus/config.def.h | 2 | ||||
| -rw-r--r-- | slstatus/config.h | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/slstatus/config.def.h b/slstatus/config.def.h index f58aba9..9eb7384 100644 --- a/slstatus/config.def.h +++ b/slstatus/config.def.h @@ -69,6 +69,6 @@ static const struct arg args[] = { {datetime, "%s;", "%G. %B. %e. %a"}, {keymap, "%s ", NULL}, - {datetime, " %s ", "%H:%M:%S"}, + {datetime, "%s ", "%H:%M:%S"}, }; diff --git a/slstatus/config.h b/slstatus/config.h index f58aba9..9eb7384 100644 --- a/slstatus/config.h +++ b/slstatus/config.h @@ -69,6 +69,6 @@ static const struct arg args[] = { {datetime, "%s;", "%G. %B. %e. %a"}, {keymap, "%s ", NULL}, - {datetime, " %s ", "%H:%M:%S"}, + {datetime, "%s ", "%H:%M:%S"}, }; |
