summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorCarl Hetherington <cth@carlh.net>2025-07-09 22:52:11 +0200
committerCarl Hetherington <cth@carlh.net>2025-07-10 20:50:32 +0200
commit2c499921a9f8615c8368d8161cb43c9a93c67311 (patch)
tree27880f8dc97bb44a709dd5535d46c81165d9337d
parent40fc03af2af7dc410a887aaabd28978d106e0db8 (diff)
Tweak formatting.
-rw-r--r--test/image_test.cc2
1 files changed, 1 insertions, 1 deletions
diff --git a/test/image_test.cc b/test/image_test.cc
index 4df4f9125..a643146fc 100644
--- a/test/image_test.cc
+++ b/test/image_test.cc
@@ -668,7 +668,7 @@ BOOST_AUTO_TEST_CASE (make_black_test)
uint8_t* q = p;
for (int x = 0; x < bar->line_size()[0]; ++x) {
if (*q != 0) {
- std::cerr << "x=" << x << ", (x%3)=" << (x%3) << "\n";
+ std::cerr << "x=" << x << ", (x % 3)=" << (x % 3) << "\n";
}
BOOST_CHECK_EQUAL (*q++, 0);
}