From: Rafał Miłecki Date: Mon, 9 May 2016 07:55:08 +0000 (+0000) Subject: mtd: use tabs for indents X-Git-Url: http://207.154.207.93/?a=commitdiff_plain;h=59537359b7fcefda1062f92783198d1fc203fbbd;p=15.05%2Fopenwrt.git mtd: use tabs for indents This makes code style consistent across the whole file. Signed-off-by: Rafał Miłecki Backport of r49300 git-svn-id: svn://svn.openwrt.org/openwrt/branches/chaos_calmer@49302 3c298f89-4303-0410-b956-a3cf2f4a3e73 --- diff --git a/package/system/mtd/src/mtd.c b/package/system/mtd/src/mtd.c index 02476306f6..6650068a2a 100644 --- a/package/system/mtd/src/mtd.c +++ b/package/system/mtd/src/mtd.c @@ -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; }