Since some people disapprove of white space cleanups mixed in regular commits
while others dislike them being extra commits, let's clean them up once and
for all for the existing code. If it's ugly, let it only be ugly once :-)

Signed-off-by: Stefan Reinauer <stepan@coresystems.de>
Acked-by: Stefan Reinauer <stepan@coresystems.de>



git-svn-id: svn://svn.coreboot.org/coreboot/trunk@5507 2b7e53f0-3cfb-0310-b3e9-8179ed1497e1
diff --git a/src/mainboard/iwill/dk8_htx/fadt.c b/src/mainboard/iwill/dk8_htx/fadt.c
index d4c6622..6b61070 100644
--- a/src/mainboard/iwill/dk8_htx/fadt.c
+++ b/src/mainboard/iwill/dk8_htx/fadt.c
@@ -30,7 +30,7 @@
 	// 3=Workstation,4=Enterprise Server, 7=Performance Server
 	fadt->preferred_pm_profile=0x03;
 	fadt->sci_int=9;
-	// disable system management mode by setting to 0: 
+	// disable system management mode by setting to 0:
 	fadt->smi_cmd = 0;//pm_base+0x2f;
 	fadt->acpi_enable = 0xf0;
 	fadt->acpi_disable = 0xf1;
@@ -53,7 +53,7 @@
 	fadt->gpe0_blk_len =  4;
 	fadt->gpe1_blk_len =  8;
 	fadt->gpe1_base    = 16;
-	
+
 	fadt->cst_cnt    = 0xe3;
 	fadt->p_lvl2_lat =  101;
 	fadt->p_lvl3_lat = 1001;
@@ -66,7 +66,7 @@
 	fadt->century =  0; // 0x7f to make rtc alrm work
 	fadt->iapc_boot_arch = 0x3; // See table 5-11
 	fadt->flags = 0x25;
-	
+
 	fadt->res2 = 0;
 
 	fadt->reset_reg.space_id = 1;