diff options
author | Denys Vlasenko <dvlasenk@redhat.com> | 2010-10-29 11:46:52 +0200 |
---|---|---|
committer | Denys Vlasenko <dvlasenk@redhat.com> | 2010-10-29 11:46:52 +0200 |
commit | fb132e47370378474c68ad22c1c0cb2ccee178de (patch) | |
tree | 4f78d0fdd1c2fa2341c7d9bb17f9d98d099a238c /procps/sysctl.c | |
parent | 66cb7bed33da605674c3d24734466b8e8a60e337 (diff) | |
download | busybox-w32-fb132e47370378474c68ad22c1c0cb2ccee178de.tar.gz busybox-w32-fb132e47370378474c68ad22c1c0cb2ccee178de.tar.bz2 busybox-w32-fb132e47370378474c68ad22c1c0cb2ccee178de.zip |
whitespace cleanup
Signed-off-by: Denys Vlasenko <dvlasenk@redhat.com>
Diffstat (limited to 'procps/sysctl.c')
-rw-r--r-- | procps/sysctl.c | 2 |
1 files changed, 1 insertions, 1 deletions
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) | |||
91 | retval = EXIT_FAILURE; | 91 | retval = EXIT_FAILURE; |
92 | goto end; | 92 | goto end; |
93 | } | 93 | } |
94 | value = cptr + 1; /* point to the value in name=value */ | 94 | value = cptr + 1; /* point to the value in name=value */ |
95 | if (setting == cptr || !*value) { | 95 | if (setting == cptr || !*value) { |
96 | bb_error_msg("error: malformed setting '%s'", outname); | 96 | bb_error_msg("error: malformed setting '%s'", outname); |
97 | retval = EXIT_FAILURE; | 97 | retval = EXIT_FAILURE; |