[Lldb-commits] [lldb] r272284 - Fix a no newline at end of file warning.

Greg Clayton via lldb-commits lldb-commits at lists.llvm.org
Thu Jun 9 11:06:10 PDT 2016


Author: gclayton
Date: Thu Jun  9 13:06:09 2016
New Revision: 272284

URL: http://llvm.org/viewvc/llvm-project?rev=272284&view=rev
Log:
Fix a no newline at end of file warning.

Modified:
    lldb/trunk/unittests/ScriptInterpreter/Python/PythonExceptionStateTests.cpp

Modified: lldb/trunk/unittests/ScriptInterpreter/Python/PythonExceptionStateTests.cpp
URL: http://llvm.org/viewvc/llvm-project/lldb/trunk/unittests/ScriptInterpreter/Python/PythonExceptionStateTests.cpp?rev=272284&r1=272283&r2=272284&view=diff
==============================================================================
--- lldb/trunk/unittests/ScriptInterpreter/Python/PythonExceptionStateTests.cpp (original)
+++ lldb/trunk/unittests/ScriptInterpreter/Python/PythonExceptionStateTests.cpp Thu Jun  9 13:06:09 2016
@@ -171,4 +171,4 @@ TEST_F(PythonExceptionStateTest, TestAut
     EXPECT_TRUE(PythonExceptionState::HasErrorOccurred());
 
     PyErr_Clear();
-}
\ No newline at end of file
+}




More information about the lldb-commits mailing list