Welcome to mirror list, hosted at ThFree Co, Russian Federation.

git.blender.org/blender.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'intern/action/test/action_cpp_test/TestAction.h')
-rw-r--r--intern/action/test/action_cpp_test/TestAction.h3
1 files changed, 2 insertions, 1 deletions
diff --git a/intern/action/test/action_cpp_test/TestAction.h b/intern/action/test/action_cpp_test/TestAction.h
index 83bc8fb1750..3cd5ed893ad 100644
--- a/intern/action/test/action_cpp_test/TestAction.h
+++ b/intern/action/test/action_cpp_test/TestAction.h
@@ -54,4 +54,5 @@ protected:
virtual void doUndo() { cout << m_name.Ptr() << ": undone\n"; }
};
-#endif // _H_ACT_TESTACTION \ No newline at end of file
+#endif // _H_ACT_TESTACTION
+