aboutsummaryrefslogtreecommitdiff
path: root/src/northbridge/amd/agesa/oem_s3.c
diff options
context:
space:
mode:
authorElyes HAOUAS <ehaouas@noos.fr>2016-09-18 08:50:54 +0200
committerPatrick Georgi <pgeorgi@google.com>2016-09-20 17:42:03 +0200
commit1d8daa66ee1cf8002aa94a77fe5c8eae95ac351c (patch)
tree315565b8265f99fa4643a33410b2cf50cbf23d28 /src/northbridge/amd/agesa/oem_s3.c
parent9309552068c2cb4e0781b3268c740f93022b599e (diff)
northbridge/amd/agesa: Improve code formatting
Change-Id: If700dc5fa9ae33649993557f71db0fe1eb76204b Signed-off-by: Elyes HAOUAS <ehaouas@noos.fr> Reviewed-on: https://review.coreboot.org/16634 Tested-by: build bot (Jenkins) Reviewed-by: Patrick Georgi <pgeorgi@google.com>
Diffstat (limited to 'src/northbridge/amd/agesa/oem_s3.c')
-rw-r--r--src/northbridge/amd/agesa/oem_s3.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/northbridge/amd/agesa/oem_s3.c b/src/northbridge/amd/agesa/oem_s3.c
index 4f2788e305..fcf8ada4c5 100644
--- a/src/northbridge/amd/agesa/oem_s3.c
+++ b/src/northbridge/amd/agesa/oem_s3.c
@@ -23,7 +23,7 @@
#include <AGESA.h>
typedef enum {
- S3DataTypeNonVolatile=0, ///< NonVolatile Data Type
+ S3DataTypeNonVolatile = 0, ///< NonVolatile Data Type
S3DataTypeMTRR ///< MTRR storage
} S3_DATA_TYPE;