[Lldb-commits] [lldb] r215182 - Add newline at end of IOObject.h to silence clang warning.

Jason Molenda jmolenda at apple.com
Thu Aug 7 19:25:17 PDT 2014


Author: jmolenda
Date: Thu Aug  7 21:25:17 2014
New Revision: 215182

URL: http://llvm.org/viewvc/llvm-project?rev=215182&view=rev
Log:
Add newline at end of IOObject.h to silence clang warning.

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

Modified: lldb/trunk/include/lldb/Host/IOObject.h
URL: http://llvm.org/viewvc/llvm-project/lldb/trunk/include/lldb/Host/IOObject.h?rev=215182&r1=215181&r2=215182&view=diff
==============================================================================
--- lldb/trunk/include/lldb/Host/IOObject.h (original)
+++ lldb/trunk/include/lldb/Host/IOObject.h Thu Aug  7 21:25:17 2014
@@ -58,4 +58,4 @@ private:
 
 }
 
-#endif
\ No newline at end of file
+#endif





More information about the lldb-commits mailing list