Skip to content

Commit

Permalink
xz: Fix white space
Browse files Browse the repository at this point in the history
  • Loading branch information
Larhzu committed Jun 11, 2024
1 parent 0a32d20 commit c7164b1
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions src/xz/list.c
Original file line number Diff line number Diff line change
Expand Up @@ -1179,8 +1179,8 @@ print_totals_basic(void)
checks);

#if defined(__sun) && (defined(__GNUC__) || defined(__clang__))
# pragma GCC diagnostic push
# pragma GCC diagnostic ignored "-Wformat-nonliteral"
# pragma GCC diagnostic push
# pragma GCC diagnostic ignored "-Wformat-nonliteral"
#endif
// Since we print totals only when there are at least two files,
// the English message will always use "%s files". But some other
Expand All @@ -1194,7 +1194,7 @@ print_totals_basic(void)
: (totals.files % 1000000) + 1000000),
uint64_to_str(totals.files, 0));
#if defined(__sun) && (defined(__GNUC__) || defined(__clang__))
# pragma GCC diagnostic pop
# pragma GCC diagnostic pop
#endif

return;
Expand Down

0 comments on commit c7164b1

Please sign in to comment.