Skip to content

Commit

Permalink
Remove spaces in twc.c
Browse files Browse the repository at this point in the history
  • Loading branch information
Neved4 committed Dec 13, 2023
1 parent 7e0f1b9 commit 9bf6108
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions twc.c
Original file line number Diff line number Diff line change
Expand Up @@ -115,9 +115,9 @@ int main(int argc, char **argv) {
timefmt = time_fmts[TIMEFMT_ISO];

const char *tz_env = getenv("TZ");
if (tz_env) {
fmt = tz_env;
}
if (tz_env) {
fmt = tz_env;
}

while ((opt = getopt(argc, argv, "hf:s:t:")) != -1) {
switch (opt) {
Expand Down

0 comments on commit 9bf6108

Please sign in to comment.