[Lldb-commits] [lldb] r278188 - Add a newline to the end of the file to remove the clang warnings.
Jim Ingham via lldb-commits
lldb-commits at lists.llvm.org
Tue Aug 9 17:45:58 PDT 2016
Author: jingham
Date: Tue Aug 9 19:45:58 2016
New Revision: 278188
URL: http://llvm.org/viewvc/llvm-project?rev=278188&view=rev
Log:
Add a newline to the end of the file to remove the clang warnings.
Modified:
lldb/trunk/include/lldb/Host/PosixApi.h
Modified: lldb/trunk/include/lldb/Host/PosixApi.h
URL: http://llvm.org/viewvc/llvm-project/lldb/trunk/include/lldb/Host/PosixApi.h?rev=278188&r1=278187&r2=278188&view=diff
==============================================================================
--- lldb/trunk/include/lldb/Host/PosixApi.h (original)
+++ lldb/trunk/include/lldb/Host/PosixApi.h Tue Aug 9 19:45:58 2016
@@ -20,4 +20,4 @@
#include "lldb/Host/windows/PosixApi.h"
#endif
-#endif
\ No newline at end of file
+#endif
More information about the lldb-commits
mailing list