diff options
author | Denys Vlasenko <vda.linux@googlemail.com> | 2013-07-30 11:52:58 +0200 |
---|---|---|
committer | Denys Vlasenko <vda.linux@googlemail.com> | 2013-07-30 11:52:58 +0200 |
commit | 982e87f2fb45bf8a951774b3c6dab7afb0dc89f8 (patch) | |
tree | f3c90eaa6dba03d209b9f05c799c3ded447cad22 /modutils/modprobe.c | |
parent | bfa6ed1bf43ea607e33a6e89a0ef03f84a5b5d38 (diff) | |
download | busybox-w32-982e87f2fb45bf8a951774b3c6dab7afb0dc89f8.tar.gz busybox-w32-982e87f2fb45bf8a951774b3c6dab7afb0dc89f8.tar.bz2 busybox-w32-982e87f2fb45bf8a951774b3c6dab7afb0dc89f8.zip |
Whitespace fixes
Signed-off-by: Denys Vlasenko <vda.linux@googlemail.com>
Diffstat (limited to 'modutils/modprobe.c')
-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 fb6c65990..7f7446d8e 100644 --- a/modutils/modprobe.c +++ b/modutils/modprobe.c | |||
@@ -171,7 +171,7 @@ struct globals { | |||
171 | } FIX_ALIASING; | 171 | } FIX_ALIASING; |
172 | #define G (*ptr_to_globals) | 172 | #define G (*ptr_to_globals) |
173 | #define INIT_G() do { \ | 173 | #define INIT_G() do { \ |
174 | SET_PTR_TO_GLOBALS(xzalloc(sizeof(G))); \ | 174 | SET_PTR_TO_GLOBALS(xzalloc(sizeof(G))); \ |
175 | } while (0) | 175 | } while (0) |
176 | 176 | ||
177 | 177 | ||