Fix whitespace leaked into tree

Clean whitespace errors that have gotten past lint-stable-003-whitespace
and gerrit review.

Change-Id: Id76fc68e9d32d1b2b672d519b75cdc80cc4f1ad9
Signed-off-by: Kyösti Mälkki <kyosti.malkki@gmail.com>
Reviewed-on: http://review.coreboot.org/3920
Tested-by: build bot (Jenkins)
Reviewed-by: Paul Menzel <paulepanter@users.sourceforge.net>
Reviewed-by: Bruce Griffith <Bruce.Griffith@se-eng.com>
Reviewed-by: Ronald G. Minnich <rminnich@gmail.com>
diff --git a/src/mainboard/amd/inagua/dsdt.asl b/src/mainboard/amd/inagua/dsdt.asl
index f0cfc27..f7c7bb2 100644
--- a/src/mainboard/amd/inagua/dsdt.asl
+++ b/src/mainboard/amd/inagua/dsdt.asl
@@ -28,13 +28,13 @@
 	)
 {	/* Start of ASL file */
 	/* #include <arch/x86/acpi/debug.asl> */	/* Include global debug methods if needed */
-	
+
 	#include "acpi/mainboard.asl"
 
 	#include <cpu/amd/agesa/family14/acpi/cpu.asl>
 
 	#include "acpi/routing.asl"
-	
+
 	Scope(\_SB) {
 		/* global utility methods expected within the \_SB scope */
 		#include <arch/x86/acpi/globutil.asl>