From 391fdea73b73673410c5e267ec08efd45b3f38ee Mon Sep 17 00:00:00 2001 From: Denys Vlasenko Date: Sat, 7 Feb 2026 21:17:07 +0100 Subject: *: whitespace cleanup Signed-off-by: Denys Vlasenko --- util-linux/dmesg.c | 1 - 1 file changed, 1 deletion(-) (limited to 'util-linux/dmesg.c') diff --git a/util-linux/dmesg.c b/util-linux/dmesg.c index 5d8f01a64..39eecc345 100644 --- a/util-linux/dmesg.c +++ b/util-linux/dmesg.c @@ -91,7 +91,6 @@ int dmesg_main(int argc UNUSED_PARAM, char **argv) if (len == 0) return EXIT_SUCCESS; - if (ENABLE_FEATURE_DMESG_PRETTY && !(opts & OPT_r)) { int last = '\n'; int in = 0; -- cgit v1.2.3-55-g6feb