mirror of
https://github.com/openwrt/openwrt.git
synced 2025-02-01 16:58:22 +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>
This commit is contained in:
parent
5071fb27b9
commit
8a60a41951
@ -966,16 +966,16 @@ int main (int argc, char **argv)
|
|||||||
mtd_write_jffs2(device, imagefile, jffs2dir);
|
mtd_write_jffs2(device, imagefile, jffs2dir);
|
||||||
break;
|
break;
|
||||||
case CMD_FIXTRX:
|
case CMD_FIXTRX:
|
||||||
if (mtd_fixtrx) {
|
if (mtd_fixtrx) {
|
||||||
mtd_fixtrx(device, offset);
|
mtd_fixtrx(device, offset);
|
||||||
}
|
}
|
||||||
case CMD_RESETBC:
|
case CMD_RESETBC:
|
||||||
if (mtd_resetbc) {
|
if (mtd_resetbc) {
|
||||||
mtd_resetbc(device);
|
mtd_resetbc(device);
|
||||||
}
|
}
|
||||||
case CMD_FIXSEAMA:
|
case CMD_FIXSEAMA:
|
||||||
if (mtd_fixseama)
|
if (mtd_fixseama)
|
||||||
mtd_fixseama(device, 0);
|
mtd_fixseama(device, 0);
|
||||||
break;
|
break;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user