diff options
| author | Denys Vlasenko <vda.linux@googlemail.com> | 2011-02-03 00:05:48 +0100 |
|---|---|---|
| committer | Denys Vlasenko <vda.linux@googlemail.com> | 2011-02-03 00:05:48 +0100 |
| commit | b7c9fb27cba3d697e602f8cbf88cde135d8d6c5e (patch) | |
| tree | b30b48c8a78e0ee4ed639a398e8778e5e3f50a04 /modutils | |
| parent | 6307357effb79c8fbc6ccc9d4528c8c1c48a4831 (diff) | |
| download | busybox-w32-b7c9fb27cba3d697e602f8cbf88cde135d8d6c5e.tar.gz busybox-w32-b7c9fb27cba3d697e602f8cbf88cde135d8d6c5e.tar.bz2 busybox-w32-b7c9fb27cba3d697e602f8cbf88cde135d8d6c5e.zip | |
whitespace fixes
Signed-off-by: Denys Vlasenko <vda.linux@googlemail.com>
Diffstat (limited to 'modutils')
| -rw-r--r-- | modutils/modprobe.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/modutils/modprobe.c b/modutils/modprobe.c index 8d2ccc562..0d28da7ea 100644 --- a/modutils/modprobe.c +++ b/modutils/modprobe.c | |||
| @@ -170,7 +170,7 @@ struct globals { | |||
| 170 | #define G (*(struct globals*)&bb_common_bufsiz1) | 170 | #define G (*(struct globals*)&bb_common_bufsiz1) |
| 171 | #define INIT_G() do { } while (0) | 171 | #define INIT_G() do { } while (0) |
| 172 | struct BUG_G_too_big { | 172 | struct BUG_G_too_big { |
| 173 | char BUG_G_too_big[sizeof(G) <= COMMON_BUFSIZE ? 1 : -1]; | 173 | char BUG_G_too_big[sizeof(G) <= COMMON_BUFSIZE ? 1 : -1]; |
| 174 | }; | 174 | }; |
| 175 | 175 | ||
| 176 | 176 | ||
