Fix a no newline at end of file warning.

llvm-svn: 272284
This commit is contained in:
Greg Clayton
2016-06-09 18:06:09 +00:00
parent c5edcdeb0e
commit 3efb6b290b

View File

@@ -171,4 +171,4 @@ TEST_F(PythonExceptionStateTest, TestAutoRestoreChanged)
EXPECT_TRUE(PythonExceptionState::HasErrorOccurred());
PyErr_Clear();
}
}