diff options
author | Denis Vlasenko <vda.linux@googlemail.com> | 2006-11-27 16:49:31 +0000 |
---|---|---|
committer | Denis Vlasenko <vda.linux@googlemail.com> | 2006-11-27 16:49:31 +0000 |
commit | 079f8afa0a16112cbaf7012c82b38b7358b82141 (patch) | |
tree | 0d8cba8e45b1a8b975e0b8c7a8377703ab5547a6 /modutils/lsmod.c | |
parent | 10d0d4eec7e3a292917f43f72afae20341d9ba11 (diff) | |
download | busybox-w32-079f8afa0a16112cbaf7012c82b38b7358b82141.tar.gz busybox-w32-079f8afa0a16112cbaf7012c82b38b7358b82141.tar.bz2 busybox-w32-079f8afa0a16112cbaf7012c82b38b7358b82141.zip |
style cleanup: return(a) -> return a, part 1
Diffstat (limited to 'modutils/lsmod.c')
-rw-r--r-- | modutils/lsmod.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/modutils/lsmod.c b/modutils/lsmod.c index f462aafc3..ffde3d829 100644 --- a/modutils/lsmod.c +++ b/modutils/lsmod.c | |||
@@ -134,7 +134,7 @@ int lsmod_main(int argc, char **argv) | |||
134 | free(module_names); | 134 | free(module_names); |
135 | #endif | 135 | #endif |
136 | 136 | ||
137 | return( 0); | 137 | return 0; |
138 | } | 138 | } |
139 | 139 | ||
140 | #else /* CONFIG_FEATURE_QUERY_MODULE_INTERFACE */ | 140 | #else /* CONFIG_FEATURE_QUERY_MODULE_INTERFACE */ |