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
1 changed files with 7 additions and 7 deletions
|
@ -966,16 +966,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…
Reference in a new issue