fixed spacing in the headers to get rid of some warnings and some other

little minor spacing issues.
This commit is contained in:
2002-10-30 02:07:20 +00:00
parent f6c7a89357
commit 01bff70383
699 changed files with 778 additions and 428 deletions

View File

@@ -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_
#endif // _H_ACT_TESTACTION_C_H_

View File

@@ -54,4 +54,5 @@ protected:
virtual void doUndo() { cout << m_name.Ptr() << ": undone\n"; }
};
#endif // _H_ACT_TESTACTION
#endif // _H_ACT_TESTACTION