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:
authorKent Mein <mein@cs.umn.edu>2002-10-30 05:07:20 +0300
committerKent Mein <mein@cs.umn.edu>2002-10-30 05:07:20 +0300
commit01bff7038323d617fbc83a39e9072631ccbdd65f (patch)
tree2ca70b537a273af35eb5c85c7bd55712fb112dcd /intern/action
parentf6c7a8935762c5bf7ff77a0e7d5d63554c5eb80d (diff)
fixed spacing in the headers to get rid of some warnings and some other
little minor spacing issues.
Diffstat (limited to 'intern/action')
-rw-r--r--intern/action/ACT_Action.h3
-rw-r--r--intern/action/ACT_ActionC-Api.h3
-rw-r--r--intern/action/ACT_ActionStack.h3
-rw-r--r--intern/action/intern/ACT_CallbackAction.h3
-rw-r--r--intern/action/test/action_c_test/TestAction.h3
-rw-r--r--intern/action/test/action_cpp_test/TestAction.h3
6 files changed, 12 insertions, 6 deletions
diff --git a/intern/action/ACT_Action.h b/intern/action/ACT_Action.h
index 2b54d10359e..876ca2bc6b9 100644
--- a/intern/action/ACT_Action.h
+++ b/intern/action/ACT_Action.h
@@ -137,4 +137,5 @@ inline bool ACT_Action::getIsApplied() const
return m_applied;
}
-#endif // _H_ACT_ACTION_H_ \ No newline at end of file
+#endif // _H_ACT_ACTION_H_
+
diff --git a/intern/action/ACT_ActionC-Api.h b/intern/action/ACT_ActionC-Api.h
index ebc1ce7d5a0..64f279a2df6 100644
--- a/intern/action/ACT_ActionC-Api.h
+++ b/intern/action/ACT_ActionC-Api.h
@@ -189,4 +189,5 @@ extern void ACT_ActionStackRedo(ACT_ActionStackPtr stack);
}
#endif
-#endif // _H_ACT_ACTION_C_API \ No newline at end of file
+#endif // _H_ACT_ACTION_C_API
+
diff --git a/intern/action/ACT_ActionStack.h b/intern/action/ACT_ActionStack.h
index 13db963020e..421dca76e59 100644
--- a/intern/action/ACT_ActionStack.h
+++ b/intern/action/ACT_ActionStack.h
@@ -181,4 +181,5 @@ protected:
};
-#endif // _H_ACT_ACTIONSTACK \ No newline at end of file
+#endif // _H_ACT_ACTIONSTACK
+
diff --git a/intern/action/intern/ACT_CallbackAction.h b/intern/action/intern/ACT_CallbackAction.h
index e03e4048808..148a77f13ed 100644
--- a/intern/action/intern/ACT_CallbackAction.h
+++ b/intern/action/intern/ACT_CallbackAction.h
@@ -121,4 +121,5 @@ inline void ACT_CallbackAction::doUndo()
}
-#endif // _H_ACT_CALLBACK_ACTION_H \ No newline at end of file
+#endif // _H_ACT_CALLBACK_ACTION_H
+
diff --git a/intern/action/test/action_c_test/TestAction.h b/intern/action/test/action_c_test/TestAction.h
index 7abf0be6919..487d8777b81 100644
--- a/intern/action/test/action_c_test/TestAction.h
+++ b/intern/action/test/action_c_test/TestAction.h
@@ -47,4 +47,5 @@ void printUndone(ACT_ActionPtr action, ACT_ActionUserDataPtr userData);
void printDisposed(ACT_ActionPtr action, ACT_ActionUserDataPtr userData);
-#endif // _H_ACT_TESTACTION_C_H_ \ No newline at end of file
+#endif // _H_ACT_TESTACTION_C_H_
+
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
+