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:
Rafał Miłecki 2016-05-09 07:55:08 +00:00 committed by Luka Perkov
parent ad0c12b24c
commit 59537359b7

View File

@ -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;
}