Author: stefanct
Date: Sat Apr 26 18:11:07 2014
New Revision: 1770
URL: http://flashrom.org/trac/flashrom/changeset/1770

Log:
CID1130004: Nesting level does not match indentation.

Signed-off-by: Stefan Reinauer <[email protected]>
Acked-by: Stefan Tauner <[email protected]>

Modified:
   trunk/print.c

Modified: trunk/print.c
==============================================================================
--- trunk/print.c       Wed Mar 19 18:17:06 2014        (r1769)
+++ trunk/print.c       Sat Apr 26 18:11:07 2014        (r1770)
@@ -436,12 +436,13 @@
                msg_ginfo("%s", b->name);
                for (i = 0; i < maxboardlen - strlen(b->name); i++)
                        msg_ginfo(" ");
-                       if (b->working == OK)
-                               msg_ginfo("OK      ");
-                       else if (b->working == NT)
-                               msg_ginfo("NT      ");
-                       else
-                               msg_ginfo("BAD     ");
+
+               if (b->working == OK)
+                       msg_ginfo("OK      ");
+               else if (b->working == NT)
+                       msg_ginfo("NT      ");
+               else
+                       msg_ginfo("BAD     ");
 
                for (e = board_matches; e->vendor_name != NULL; e++) {
                        if (strcmp(e->vendor_name, b->vendor)

_______________________________________________
flashrom mailing list
[email protected]
http://www.flashrom.org/mailman/listinfo/flashrom

Reply via email to