summaryrefslogtreecommitdiff
path: root/src/southbridge/intel/ibexpeak/pch.h
diff options
context:
space:
mode:
authorElyes HAOUAS <ehaouas@noos.fr>2018-05-22 12:29:05 +0200
committerPatrick Georgi <pgeorgi@google.com>2018-05-24 12:16:59 +0000
commit2526fd4a3dc5943dec13266e0ebd99932c853d71 (patch)
treeb693b42135889a009ae39e89df6e73b186d70011 /src/southbridge/intel/ibexpeak/pch.h
parentee8ce8d208a4e12c487e4ca84d856922483c0117 (diff)
downloadcoreboot-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/ibexpeak/pch.h')
-rw-r--r--src/southbridge/intel/ibexpeak/pch.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/southbridge/intel/ibexpeak/pch.h b/src/southbridge/intel/ibexpeak/pch.h
index f9583e0a01..4e86c82dbd 100644
--- a/src/southbridge/intel/ibexpeak/pch.h
+++ b/src/southbridge/intel/ibexpeak/pch.h
@@ -49,7 +49,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