diff options
author | Denys Vlasenko <vda.linux@googlemail.com> | 2013-01-14 15:57:44 +0100 |
---|---|---|
committer | Denys Vlasenko <vda.linux@googlemail.com> | 2013-01-14 15:57:44 +0100 |
commit | 60cb48ca50fcff24aa6c3927f51e4a508fa118f4 (patch) | |
tree | 493e30821f3d484b7395ce9d9e4be39ec9a43126 /modutils/rmmod.c | |
parent | b8173b603f57dcf918a67f1ec00763ab5f4e1cf8 (diff) | |
download | busybox-w32-60cb48ca50fcff24aa6c3927f51e4a508fa118f4.tar.gz busybox-w32-60cb48ca50fcff24aa6c3927f51e4a508fa118f4.tar.bz2 busybox-w32-60cb48ca50fcff24aa6c3927f51e4a508fa118f4.zip |
whitespace cleanup. no code changes
Signed-off-by: Denys Vlasenko <vda.linux@googlemail.com>
Diffstat (limited to 'modutils/rmmod.c')
-rw-r--r-- | modutils/rmmod.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/modutils/rmmod.c b/modutils/rmmod.c index 4a4a91982..f13ff9eb6 100644 --- a/modutils/rmmod.c +++ b/modutils/rmmod.c | |||
@@ -60,7 +60,7 @@ int rmmod_main(int argc UNUSED_PARAM, char **argv) | |||
60 | filename2modname(bname, modname); | 60 | filename2modname(bname, modname); |
61 | if (bb_delete_module(modname, flags)) | 61 | if (bb_delete_module(modname, flags)) |
62 | bb_error_msg_and_die("can't unload '%s': %s", | 62 | bb_error_msg_and_die("can't unload '%s': %s", |
63 | modname, moderror(errno)); | 63 | modname, moderror(errno)); |
64 | } | 64 | } |
65 | 65 | ||
66 | return EXIT_SUCCESS; | 66 | return EXIT_SUCCESS; |