altos: white space fix
authorKeith Packard <keithp@keithp.com>
Sat, 8 Jan 2011 01:55:54 +0000 (17:55 -0800)
committerKeith Packard <keithp@keithp.com>
Sat, 8 Jan 2011 01:55:54 +0000 (17:55 -0800)
Signed-off-by: Keith Packard <keithp@keithp.com>
src/ao_storage.c

index c4beedd21c93f44b7b6272b32fe8677cb7584b28..c51bec4a55328d487482f5d945a7065726d243cd 100644 (file)
@@ -170,7 +170,7 @@ __code struct ao_cmds ao_storage_cmds[] = {
        { 'e', ao_storage_dump, "e <block>                          Dump a block of flash data" },
 #if 0
        { 'w', ao_storage_store, "w <block> <start> <len> <data> ... Write data to flash" },
        { 'e', ao_storage_dump, "e <block>                          Dump a block of flash data" },
 #if 0
        { 'w', ao_storage_store, "w <block> <start> <len> <data> ... Write data to flash" },
-       #endif
+#endif
        { 'z', ao_storage_zap,   "z <block>                          Erase flash containing <block>" },
        { 'Z', ao_storage_zapall,"Z <key>                            Erase all logs. <key> is doit with D&I" },
        { 0,   ao_storage_zap, NULL },
        { 'z', ao_storage_zap,   "z <block>                          Erase flash containing <block>" },
        { 'Z', ao_storage_zapall,"Z <key>                            Erase all logs. <key> is doit with D&I" },
        { 0,   ao_storage_zap, NULL },