From ecd842491972a523a704faef3badd74d9a70a490 Mon Sep 17 00:00:00 2001 From: Kyösti Mälkki Date: Fri, 13 Sep 2013 07:57:49 +0300 Subject: Fix whitespace leaked into tree MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Clean whitespace errors that have gotten past lint-stable-003-whitespace and gerrit review. Change-Id: Id76fc68e9d32d1b2b672d519b75cdc80cc4f1ad9 Signed-off-by: Kyösti Mälkki Reviewed-on: http://review.coreboot.org/3920 Tested-by: build bot (Jenkins) Reviewed-by: Paul Menzel Reviewed-by: Bruce Griffith Reviewed-by: Ronald G. Minnich --- src/mainboard/amd/inagua/dsdt.asl | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'src/mainboard/amd/inagua/dsdt.asl') diff --git a/src/mainboard/amd/inagua/dsdt.asl b/src/mainboard/amd/inagua/dsdt.asl index f0cfc275fb..f7c7bb2de3 100644 --- a/src/mainboard/amd/inagua/dsdt.asl +++ b/src/mainboard/amd/inagua/dsdt.asl @@ -28,13 +28,13 @@ DefinitionBlock ( ) { /* Start of ASL file */ /* #include */ /* Include global debug methods if needed */ - + #include "acpi/mainboard.asl" #include #include "acpi/routing.asl" - + Scope(\_SB) { /* global utility methods expected within the \_SB scope */ #include -- cgit v1.2.3