Coding Style cleanup
diff --git a/board/ezkit533/flash.c b/board/ezkit533/flash.c
index 0b59232..b0a0796 100644
--- a/board/ezkit533/flash.c
+++ b/board/ezkit533/flash.c
@@ -142,15 +142,15 @@
int prot,sect;
prot = 0;
- for (sect = s_first; sect <= s_last; ++sect) {
- if (info->protect[sect])
- prot++;
- }
+ for (sect = s_first; sect <= s_last; ++sect) {
+ if (info->protect[sect])
+ prot++;
+ }
if (prot)
- printf ("- Warning: %d protected sectors will not be erased!\n", prot);
- else
- printf ("\n");
+ printf ("- Warning: %d protected sectors will not be erased!\n", prot);
+ else
+ printf ("\n");
cnt = s_last - s_first + 1;