From 51742f4bb0c57a4d5063ece9437a2f34a42e52c8 Mon Sep 17 00:00:00 2001 From: Denis Vlasenko Date: Thu, 12 Apr 2007 00:32:05 +0000 Subject: style fixes. No code changes --- selinux/matchpathcon.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'selinux') diff --git a/selinux/matchpathcon.c b/selinux/matchpathcon.c index 83ea75d47..4e33c99f1 100644 --- a/selinux/matchpathcon.c +++ b/selinux/matchpathcon.c @@ -53,7 +53,7 @@ int matchpathcon_main(int argc, char **argv) bb_perror_msg_and_die("error while processing %s", prefix); } - while((path = *argv++) != NULL) { + while ((path = *argv++) != NULL) { security_context_t con; int rc; -- cgit v1.2.3