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 /miscutils/flash_eraseall.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 'miscutils/flash_eraseall.c')
-rw-r--r-- | miscutils/flash_eraseall.c | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/miscutils/flash_eraseall.c b/miscutils/flash_eraseall.c index b832cc1dd..68596e11b 100644 --- a/miscutils/flash_eraseall.c +++ b/miscutils/flash_eraseall.c | |||
@@ -14,10 +14,10 @@ | |||
14 | #include <mtd/mtd-user.h> | 14 | #include <mtd/mtd-user.h> |
15 | #include <linux/jffs2.h> | 15 | #include <linux/jffs2.h> |
16 | 16 | ||
17 | #define OPTION_J (1 << 0) | 17 | #define OPTION_J (1 << 0) |
18 | #define OPTION_Q (1 << 1) | 18 | #define OPTION_Q (1 << 1) |
19 | #define IS_NAND (1 << 2) | 19 | #define IS_NAND (1 << 2) |
20 | #define BBTEST (1 << 3) | 20 | #define BBTEST (1 << 3) |
21 | 21 | ||
22 | /* mtd/jffs2-user.h used to have this atrocity: | 22 | /* mtd/jffs2-user.h used to have this atrocity: |
23 | extern int target_endian; | 23 | extern int target_endian; |