From 5d68428a0058649f07c9be3053bd58fd3462d6d9 Mon Sep 17 00:00:00 2001 From: Albrecht Schlosser Date: Tue, 8 Jul 2025 15:07:18 +0200 Subject: Fix trailing whitespace and convert a few tabs to spaces ... according to CMP --- test/color_chooser.cxx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'test/color_chooser.cxx') diff --git a/test/color_chooser.cxx b/test/color_chooser.cxx index 263cad28a..88241e10b 100644 --- a/test/color_chooser.cxx +++ b/test/color_chooser.cxx @@ -99,7 +99,7 @@ public: "Background color is:\n" "palette no. %d = r:%d, g:%d, b:%d", color(), r, g, b); } else { - ::snprintf(buf, 127, + ::snprintf(buf, 127, "Background color is:\n" "r:%d, g:%d, b:%d", r, g, b); } -- cgit v1.2.3