mirror of
https://git.tukaani.org/xz.git
synced 2025-02-17 14:08:12 +00:00
xz: Fix white space
(cherry picked from commit c7164b1927e3fe7cdba70ee4687e1a590a81043b)
This commit is contained in:
parent
5e74a6a813
commit
a44493ec41
@ -1179,8 +1179,8 @@ print_totals_basic(void)
|
|||||||
checks);
|
checks);
|
||||||
|
|
||||||
#if defined(__sun) && (defined(__GNUC__) || defined(__clang__))
|
#if defined(__sun) && (defined(__GNUC__) || defined(__clang__))
|
||||||
# pragma GCC diagnostic push
|
# pragma GCC diagnostic push
|
||||||
# pragma GCC diagnostic ignored "-Wformat-nonliteral"
|
# pragma GCC diagnostic ignored "-Wformat-nonliteral"
|
||||||
#endif
|
#endif
|
||||||
// Since we print totals only when there are at least two files,
|
// Since we print totals only when there are at least two files,
|
||||||
// the English message will always use "%s files". But some other
|
// the English message will always use "%s files". But some other
|
||||||
@ -1194,7 +1194,7 @@ print_totals_basic(void)
|
|||||||
: (totals.files % 1000000) + 1000000),
|
: (totals.files % 1000000) + 1000000),
|
||||||
uint64_to_str(totals.files, 0));
|
uint64_to_str(totals.files, 0));
|
||||||
#if defined(__sun) && (defined(__GNUC__) || defined(__clang__))
|
#if defined(__sun) && (defined(__GNUC__) || defined(__clang__))
|
||||||
# pragma GCC diagnostic pop
|
# pragma GCC diagnostic pop
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
return;
|
return;
|
||||||
|
Loading…
x
Reference in New Issue
Block a user