Revision: 17105
          http://sourceforge.net/p/edk2/code/17105
Author:   oliviermartin
Date:     2015-04-02 11:32:32 +0000 (Thu, 02 Apr 2015)
Log Message:
-----------
ShellPkg: Added newline at the end of source files

Some compilers (such as ARM toolchain) complain if there is
no new line at the end of a source file.

Contributed-under: TianoCore Contribution Agreement 1.0
Signed-off-by: Olivier Martin <[email protected]>
Reviewed-by: Jaben Carsey <[email protected]>

Modified Paths:
--------------
    trunk/edk2/ShellPkg/Application/Shell/Shell.c
    
trunk/edk2/ShellPkg/Library/UefiShellDebug1CommandsLib/SmbiosView/LibSmbiosView.c

Modified: trunk/edk2/ShellPkg/Application/Shell/Shell.c
===================================================================
--- trunk/edk2/ShellPkg/Application/Shell/Shell.c       2015-04-02 07:14:12 UTC 
(rev 17104)
+++ trunk/edk2/ShellPkg/Application/Shell/Shell.c       2015-04-02 11:32:32 UTC 
(rev 17105)
@@ -2926,4 +2926,4 @@
     }
   }
   return (String + StrLen(String));
-}
\ No newline at end of file
+}

Modified: 
trunk/edk2/ShellPkg/Library/UefiShellDebug1CommandsLib/SmbiosView/LibSmbiosView.c
===================================================================
--- 
trunk/edk2/ShellPkg/Library/UefiShellDebug1CommandsLib/SmbiosView/LibSmbiosView.c
   2015-04-02 07:14:12 UTC (rev 17104)
+++ 
trunk/edk2/ShellPkg/Library/UefiShellDebug1CommandsLib/SmbiosView/LibSmbiosView.c
   2015-04-02 11:32:32 UTC (rev 17105)
@@ -370,4 +370,4 @@
 
   *Handle = INVALID_HANDLE;
   return DMI_INVALID_HANDLE;
-}
\ No newline at end of file
+}


------------------------------------------------------------------------------
Dive into the World of Parallel Programming The Go Parallel Website, sponsored
by Intel and developed in partnership with Slashdot Media, is your hub for all
things parallel software development, from weekly thought leadership blogs to
news, videos, case studies, tutorials and more. Take a look and join the 
conversation now. http://goparallel.sourceforge.net/
_______________________________________________
edk2-commits mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/edk2-commits

Reply via email to