commit | 60cb48ca50fcff24aa6c3927f51e4a508fa118f4 | [log] [tgz] |
---|---|---|
author | Denys Vlasenko <vda.linux@googlemail.com> | Mon Jan 14 15:57:44 2013 +0100 |
committer | Denys Vlasenko <vda.linux@googlemail.com> | Mon Jan 14 15:57:44 2013 +0100 |
tree | 493e30821f3d484b7395ce9d9e4be39ec9a43126 | |
parent | b8173b603f57dcf918a67f1ec00763ab5f4e1cf8 [diff] [blame] |
whitespace cleanup. no code changes Signed-off-by: Denys Vlasenko <vda.linux@googlemail.com>
diff --git a/modutils/rmmod.c b/modutils/rmmod.c index 4a4a919..f13ff9e 100644 --- a/modutils/rmmod.c +++ b/modutils/rmmod.c
@@ -60,7 +60,7 @@ filename2modname(bname, modname); if (bb_delete_module(modname, flags)) bb_error_msg_and_die("can't unload '%s': %s", - modname, moderror(errno)); + modname, moderror(errno)); } return EXIT_SUCCESS;