Coding Style cleanup
diff --git a/board/ezkit533/config.mk b/board/ezkit533/config.mk
index e4c089d..36c9f99 100644
--- a/board/ezkit533/config.mk
+++ b/board/ezkit533/config.mk
@@ -23,4 +23,3 @@
 
 TEXT_BASE = 0x01FC0000
 PLATFORM_CPPFLAGS += -I$(TOPDIR)
-
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;
 
diff --git a/board/ezkit533/psd4256.h b/board/ezkit533/psd4256.h
index 9ae678b..01f6566 100644
--- a/board/ezkit533/psd4256.h
+++ b/board/ezkit533/psd4256.h
@@ -65,4 +65,3 @@
 #define	PSDA_LED6	0x04		/* LED 6, 1 = LED ON			*/
 #define	PSDA_LED5	0x02		/* LED 5, 1 = LED ON			*/
 #define	PSDA_LED4	0x01		/* LED 4, 1 = LED ON			*/
-
diff --git a/board/ezkit533/u-boot.lds b/board/ezkit533/u-boot.lds
index f58b489..10203ff 100644
--- a/board/ezkit533/u-boot.lds
+++ b/board/ezkit533/u-boot.lds
@@ -146,4 +146,3 @@
   _end = . ;
   PROVIDE (end = .);
 }
-