fixed spacing in the headers to get rid of some warnings and some other
little minor spacing issues.
This commit is contained in:
@@ -137,4 +137,5 @@ inline bool ACT_Action::getIsApplied() const
|
||||
return m_applied;
|
||||
}
|
||||
|
||||
#endif // _H_ACT_ACTION_H_
|
||||
#endif // _H_ACT_ACTION_H_
|
||||
|
||||
|
@@ -189,4 +189,5 @@ extern void ACT_ActionStackRedo(ACT_ActionStackPtr stack);
|
||||
}
|
||||
#endif
|
||||
|
||||
#endif // _H_ACT_ACTION_C_API
|
||||
#endif // _H_ACT_ACTION_C_API
|
||||
|
||||
|
@@ -181,4 +181,5 @@ protected:
|
||||
};
|
||||
|
||||
|
||||
#endif // _H_ACT_ACTIONSTACK
|
||||
#endif // _H_ACT_ACTIONSTACK
|
||||
|
||||
|
@@ -121,4 +121,5 @@ inline void ACT_CallbackAction::doUndo()
|
||||
}
|
||||
|
||||
|
||||
#endif // _H_ACT_CALLBACK_ACTION_H
|
||||
#endif // _H_ACT_CALLBACK_ACTION_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_
|
||||
#endif // _H_ACT_TESTACTION_C_H_
|
||||
|
||||
|
@@ -54,4 +54,5 @@ protected:
|
||||
virtual void doUndo() { cout << m_name.Ptr() << ": undone\n"; }
|
||||
};
|
||||
|
||||
#endif // _H_ACT_TESTACTION
|
||||
#endif // _H_ACT_TESTACTION
|
||||
|
||||
|
Reference in New Issue
Block a user