aboutsummaryrefslogtreecommitdiff
path: root/util-linux/dmesg.c
diff options
context:
space:
mode:
authorDenys Vlasenko <vda.linux@googlemail.com>2026-02-07 21:17:07 +0100
committerDenys Vlasenko <vda.linux@googlemail.com>2026-02-08 08:31:13 +0100
commit391fdea73b73673410c5e267ec08efd45b3f38ee (patch)
treeef4bd3e06a0dfd5f45426f5944933019545db4e7 /util-linux/dmesg.c
parent8289b346265ef63a809c68b608cd7689bbf0a342 (diff)
downloadbusybox-w32-391fdea73b73673410c5e267ec08efd45b3f38ee.tar.gz
busybox-w32-391fdea73b73673410c5e267ec08efd45b3f38ee.tar.bz2
busybox-w32-391fdea73b73673410c5e267ec08efd45b3f38ee.zip
*: whitespace cleanup
Signed-off-by: Denys Vlasenko <vda.linux@googlemail.com>
Diffstat (limited to 'util-linux/dmesg.c')
-rw-r--r--util-linux/dmesg.c1
1 files changed, 0 insertions, 1 deletions
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)
91 if (len == 0) 91 if (len == 0)
92 return EXIT_SUCCESS; 92 return EXIT_SUCCESS;
93 93
94
95 if (ENABLE_FEATURE_DMESG_PRETTY && !(opts & OPT_r)) { 94 if (ENABLE_FEATURE_DMESG_PRETTY && !(opts & OPT_r)) {
96 int last = '\n'; 95 int last = '\n';
97 int in = 0; 96 int in = 0;