Author: rmilecki
Date: 2016-05-09 09:51:45 +0200 (Mon, 09 May 2016)
New Revision: 49300

Modified:
   trunk/package/system/mtd/src/mtd.c
Log:
mtd: use tabs for indents

This makes code style consistent across the whole file.

Signed-off-by: Rafa{U+0142} Mi{U+0142}ecki <[email protected]>

Modified: trunk/package/system/mtd/src/mtd.c
===================================================================
--- trunk/package/system/mtd/src/mtd.c  2016-05-08 21:09:23 UTC (rev 49299)
+++ trunk/package/system/mtd/src/mtd.c  2016-05-09 07:51:45 UTC (rev 49300)
@@ -966,16 +966,16 @@
                        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;
        }
 
_______________________________________________
openwrt-commits mailing list
[email protected]
https://lists.openwrt.org/cgi-bin/mailman/listinfo/openwrt-commits

Reply via email to