aboutsummaryrefslogtreecommitdiffstats
path: root/zlib-flate/zlib-flate.cc
diff options
context:
space:
mode:
authorJay Berkenbilt <ejb@ql.org>2023-12-23 03:45:10 +0100
committerJay Berkenbilt <ejb@ql.org>2023-12-23 03:45:10 +0100
commit7c0fdf8510fbc09a6a8f872d1c95f1d6e1709f28 (patch)
tree27e95477224c614b8da1d15380903c49bc527ee7 /zlib-flate/zlib-flate.cc
parentc0c7cef16cb666524e4809834063cfee5262eca1 (diff)
downloadqpdf-7c0fdf8510fbc09a6a8f872d1c95f1d6e1709f28.tar.zst
Format code, bump clang-format version to 18
Diffstat (limited to 'zlib-flate/zlib-flate.cc')
-rw-r--r--zlib-flate/zlib-flate.cc7
1 files changed, 3 insertions, 4 deletions
diff --git a/zlib-flate/zlib-flate.cc b/zlib-flate/zlib-flate.cc
index 1b1743b0..198ef07b 100644
--- a/zlib-flate/zlib-flate.cc
+++ b/zlib-flate/zlib-flate.cc
@@ -15,10 +15,9 @@ void
usage()
{
std::cerr << "Usage: " << whoami << " { -uncompress | -compress[=n] }" << std::endl
- << "If n is specified with -compress, it is a"
- << " zlib compression level from" << std::endl
- << "1 to 9 where lower numbers are faster and"
- << " less compressed and higher" << std::endl
+ << "If n is specified with -compress, it is a zlib compression level from"
+ << std::endl
+ << "1 to 9 where lower numbers are faster and less compressed and higher" << std::endl
<< "numbers are slower and more compressed" << std::endl;
exit(2);
}