mirror of
https://github.com/hak5/wifipineapple-openwrt.git
synced 2025-10-29 16:57:19 +00:00
mtd: use tabs for indents
This makes code style consistent across the whole file. Signed-off-by: Rafał Miłecki <zajec5@gmail.com> Backport of r49300 git-svn-id: svn://svn.openwrt.org/openwrt/branches/chaos_calmer@49302 3c298f89-4303-0410-b956-a3cf2f4a3e73
This commit is contained in:
parent
ad0c12b24c
commit
59537359b7
@ -897,16 +897,16 @@ int main (int argc, char **argv)
|
||||
mtd_write_jffs2(device, imagefile, jffs2dir);
|
||||
break;
|
||||
case CMD_FIXTRX:
|
||||
if (mtd_fixtrx) {
|
||||
mtd_fixtrx(device, offset);
|
||||
}
|
||||
if (mtd_fixtrx) {
|
||||
mtd_fixtrx(device, offset);
|
||||
}
|
||||
case CMD_RESETBC:
|
||||
if (mtd_resetbc) {
|
||||
mtd_resetbc(device);
|
||||
}
|
||||
if (mtd_resetbc) {
|
||||
mtd_resetbc(device);
|
||||
}
|
||||
case CMD_FIXSEAMA:
|
||||
if (mtd_fixseama)
|
||||
mtd_fixseama(device, 0);
|
||||
mtd_fixseama(device, 0);
|
||||
break;
|
||||
}
|
||||
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user