From ac678ec2f127fc02a93fff2c164e0b13a94a6abf Mon Sep 17 00:00:00 2001 From: Denis Vlasenko Date: Mon, 16 Apr 2007 22:32:04 +0000 Subject: style fixes, no code changes --- coreutils/install.c | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'coreutils/install.c') diff --git a/coreutils/install.c b/coreutils/install.c index c80be01ff..ece5b955b 100644 --- a/coreutils/install.c +++ b/coreutils/install.c @@ -35,7 +35,8 @@ static const struct option install_long_options[] = { #if ENABLE_SELINUX static bool use_default_selinux_context = 1; -static void setdefaultfilecon(const char *path) { +static void setdefaultfilecon(const char *path) +{ struct stat s; security_context_t scontext = NULL; -- cgit v1.2.3