[Lldb-commits] [lldb] r215903 - Added newline at end of file to avoid compiler warning.

Greg Clayton gclayton at apple.com
Mon Aug 18 09:57:46 PDT 2014


Author: gclayton
Date: Mon Aug 18 11:57:46 2014
New Revision: 215903

URL: http://llvm.org/viewvc/llvm-project?rev=215903&view=rev
Log:
Added newline at end of file to avoid compiler warning.

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

Modified: lldb/trunk/include/lldb/Host/Socket.h
URL: http://llvm.org/viewvc/llvm-project/lldb/trunk/include/lldb/Host/Socket.h?rev=215903&r1=215902&r2=215903&view=diff
==============================================================================
--- lldb/trunk/include/lldb/Host/Socket.h (original)
+++ lldb/trunk/include/lldb/Host/Socket.h Mon Aug 18 11:57:46 2014
@@ -100,4 +100,4 @@ protected:
 };
 }
 
-#endif
\ No newline at end of file
+#endif





More information about the lldb-commits mailing list