diff options
author | Elyes HAOUAS <ehaouas@noos.fr> | 2018-05-22 12:29:05 +0200 |
---|---|---|
committer | Patrick Georgi <pgeorgi@google.com> | 2018-05-24 12:16:59 +0000 |
commit | 2526fd4a3dc5943dec13266e0ebd99932c853d71 (patch) | |
tree | b693b42135889a009ae39e89df6e73b186d70011 /src/southbridge/intel/bd82x6x | |
parent | ee8ce8d208a4e12c487e4ca84d856922483c0117 (diff) | |
download | coreboot-2526fd4a3dc5943dec13266e0ebd99932c853d71.tar.xz |
src: Remove space after `defined`
Change-Id: If450a68e98261ffba4afadbce47c156c7e89e7e4
Signed-off-by: Elyes HAOUAS <ehaouas@noos.fr>
Reviewed-on: https://review.coreboot.org/26460
Reviewed-by: Marc Jones <marc@marcjonesconsulting.com>
Reviewed-by: Paul Menzel <paulepanter@users.sourceforge.net>
Tested-by: build bot (Jenkins) <no-reply@coreboot.org>
Diffstat (limited to 'src/southbridge/intel/bd82x6x')
-rw-r--r-- | src/southbridge/intel/bd82x6x/pch.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/southbridge/intel/bd82x6x/pch.h b/src/southbridge/intel/bd82x6x/pch.h index ebcb058c0b..d7656b33c1 100644 --- a/src/southbridge/intel/bd82x6x/pch.h +++ b/src/southbridge/intel/bd82x6x/pch.h @@ -54,7 +54,7 @@ #ifndef __ACPI__ #define DEBUG_PERIODIC_SMIS 0 -#if defined (__SMM__) && !defined(__ASSEMBLER__) +#if defined(__SMM__) && !defined(__ASSEMBLER__) void intel_pch_finalize_smm(void); #endif |