From fb132e47370378474c68ad22c1c0cb2ccee178de Mon Sep 17 00:00:00 2001 From: Denys Vlasenko Date: Fri, 29 Oct 2010 11:46:52 +0200 Subject: whitespace cleanup Signed-off-by: Denys Vlasenko --- procps/sysctl.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'procps/sysctl.c') diff --git a/procps/sysctl.c b/procps/sysctl.c index 20b372c54..aba966e7f 100644 --- a/procps/sysctl.c +++ b/procps/sysctl.c @@ -91,7 +91,7 @@ static int sysctl_act_on_setting(char *setting) retval = EXIT_FAILURE; goto end; } - value = cptr + 1; /* point to the value in name=value */ + value = cptr + 1; /* point to the value in name=value */ if (setting == cptr || !*value) { bb_error_msg("error: malformed setting '%s'", outname); retval = EXIT_FAILURE; -- cgit v1.2.3