aboutsummaryrefslogtreecommitdiffstats
path: root/libtests
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 /libtests
parentc0c7cef16cb666524e4809834063cfee5262eca1 (diff)
downloadqpdf-7c0fdf8510fbc09a6a8f872d1c95f1d6e1709f28.tar.zst
Format code, bump clang-format version to 18
Diffstat (limited to 'libtests')
-rw-r--r--libtests/bits.cc3
1 files changed, 1 insertions, 2 deletions
diff --git a/libtests/bits.cc b/libtests/bits.cc
index 96c9ff02..bba1fd40 100644
--- a/libtests/bits.cc
+++ b/libtests/bits.cc
@@ -15,8 +15,7 @@
static void
print_values(long long byte_offset, size_t bit_offset, size_t bits_available)
{
- std::cout << "byte offset = " << byte_offset << ", "
- << "bit offset = " << bit_offset << ", "
+ std::cout << "byte offset = " << byte_offset << ", " << "bit offset = " << bit_offset << ", "
<< "bits available = " << bits_available << std::endl;
}