diff options
author | Denys Vlasenko <vda.linux@googlemail.com> | 2010-10-28 18:57:19 +0200 |
---|---|---|
committer | Denys Vlasenko <vda.linux@googlemail.com> | 2010-10-28 18:57:19 +0200 |
commit | e4dcba1c103dc28e927e004791e331aaf604383d (patch) | |
tree | a18094ecc54fcea2cb523a802e0c414c3e6f85bf /util-linux/acpid.c | |
parent | 776509544123c68bbc128c0fdb2f699062d294cf (diff) | |
download | busybox-w32-e4dcba1c103dc28e927e004791e331aaf604383d.tar.gz busybox-w32-e4dcba1c103dc28e927e004791e331aaf604383d.tar.bz2 busybox-w32-e4dcba1c103dc28e927e004791e331aaf604383d.zip |
*: whitespace fixes
Signed-off-by: Denys Vlasenko <vda.linux@googlemail.com>
Diffstat (limited to 'util-linux/acpid.c')
-rw-r--r-- | util-linux/acpid.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/util-linux/acpid.c b/util-linux/acpid.c index 5a3bd5a6a..0b227a8ae 100644 --- a/util-linux/acpid.c +++ b/util-linux/acpid.c | |||
@@ -52,7 +52,7 @@ struct globals { | |||
52 | int n_evt; | 52 | int n_evt; |
53 | } FIX_ALIASING; | 53 | } FIX_ALIASING; |
54 | #define G (*ptr_to_globals) | 54 | #define G (*ptr_to_globals) |
55 | #define act_tab (G.act_tab) | 55 | #define act_tab (G.act_tab) |
56 | #define n_act (G.n_act ) | 56 | #define n_act (G.n_act ) |
57 | #define evt_tab (G.evt_tab) | 57 | #define evt_tab (G.evt_tab) |
58 | #define n_evt (G.n_evt ) | 58 | #define n_evt (G.n_evt ) |