From d6f5000c1303ca7c31759d380fe154a46bd7126b Mon Sep 17 00:00:00 2001 From: Denys Vlasenko Date: Thu, 15 Dec 2011 12:39:25 +0100 Subject: *: style fixes. no code changes Signed-off-by: Denys Vlasenko --- util-linux/rdev.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'util-linux') diff --git a/util-linux/rdev.c b/util-linux/rdev.c index 1212f841e..465281756 100644 --- a/util-linux/rdev.c +++ b/util-linux/rdev.c @@ -23,9 +23,9 @@ int rdev_main(int argc, char **argv) MAIN_EXTERNALLY_VISIBLE; int rdev_main(int argc UNUSED_PARAM, char **argv UNUSED_PARAM) { - char const * const root_device = find_block_device("/"); + const char *root_device = find_block_device("/"); - if (root_device != NULL) { + if (root_device) { printf("%s /\n", root_device); return EXIT_SUCCESS; } -- cgit v1.2.3