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


_______________________________________________
lldb-commits mailing list
[email protected]
http://lists.cs.uiuc.edu/mailman/listinfo/lldb-commits

Reply via email to