[Lldb-commits] [lldb] r201743 - Add newline at end of file, clang compiler warning.

Jason Molenda jmolenda at apple.com
Wed Feb 19 16:07:30 PST 2014


Author: jmolenda
Date: Wed Feb 19 18:07:30 2014
New Revision: 201743

URL: http://llvm.org/viewvc/llvm-project?rev=201743&view=rev
Log:
Add newline at end of file, clang compiler warning.

Modified:
    lldb/trunk/include/lldb/Host/HostGetOpt.h

Modified: lldb/trunk/include/lldb/Host/HostGetOpt.h
URL: http://llvm.org/viewvc/llvm-project/lldb/trunk/include/lldb/Host/HostGetOpt.h?rev=201743&r1=201742&r2=201743&view=diff
==============================================================================
--- lldb/trunk/include/lldb/Host/HostGetOpt.h (original)
+++ lldb/trunk/include/lldb/Host/HostGetOpt.h Wed Feb 19 18:07:30 2014
@@ -17,4 +17,4 @@
 
 #include <lldb/Host/windows/GetOptInc.h>
 
-#endif
\ No newline at end of file
+#endif





More information about the lldb-commits mailing list