diff options
-rw-r--r-- | BraswellPlatformPkg/Common/Tools/GenBiosId/GenBiosId.c | 1 | ||||
-rw-r--r-- | BraswellPlatformPkg/Common/Tools/GenBiosId/GenBiosId.h | 1 | ||||
-rw-r--r-- | BraswellPlatformPkg/Common/Tools/GenBiosId/Makefile | 5 |
3 files changed, 4 insertions, 3 deletions
diff --git a/BraswellPlatformPkg/Common/Tools/GenBiosId/GenBiosId.c b/BraswellPlatformPkg/Common/Tools/GenBiosId/GenBiosId.c index 5a99230eeb..740bdfbefa 100644 --- a/BraswellPlatformPkg/Common/Tools/GenBiosId/GenBiosId.c +++ b/BraswellPlatformPkg/Common/Tools/GenBiosId/GenBiosId.c @@ -415,3 +415,4 @@ FillTimeStamp ( ConvertToUnicode (StrTime, StrTimeStampUnicode);
}
+
diff --git a/BraswellPlatformPkg/Common/Tools/GenBiosId/GenBiosId.h b/BraswellPlatformPkg/Common/Tools/GenBiosId/GenBiosId.h index 1605e99dd2..7aa7483e1a 100644 --- a/BraswellPlatformPkg/Common/Tools/GenBiosId/GenBiosId.h +++ b/BraswellPlatformPkg/Common/Tools/GenBiosId/GenBiosId.h @@ -145,3 +145,4 @@ FillTimeStamp ( );
#endif // _GEN_BIOS_ID_MPG_
+
diff --git a/BraswellPlatformPkg/Common/Tools/GenBiosId/Makefile b/BraswellPlatformPkg/Common/Tools/GenBiosId/Makefile index d7cadc7f3e..11c80d6270 100644 --- a/BraswellPlatformPkg/Common/Tools/GenBiosId/Makefile +++ b/BraswellPlatformPkg/Common/Tools/GenBiosId/Makefile @@ -1,6 +1,6 @@ #/** @file
# makefile for building the GenBiosId utility.
-#
+#
# Copyright (c) 1999 - 2015, Intel Corporation. All rights reserved.<BR>
#
# This program and the accompanying materials
@@ -10,7 +10,7 @@ #
# THE PROGRAM IS DISTRIBUTED UNDER THE BSD LICENSE ON AN "AS IS" BASIS,
# WITHOUT WARRANTIES OR REPRESENTATIONS OF ANY KIND, EITHER EXPRESS OR IMPLIED.
-#
+#
#**/
!INCLUDE ..\Makefiles\ms.common
@@ -21,4 +21,3 @@ OBJECTS = GenBiosId.obj !INCLUDE ..\Makefiles\ms.app
-
|