diff --git a/common/JackAtomicState.h b/common/JackAtomicState.h index 9e140d3e..00e96b66 100644 --- a/common/JackAtomicState.h +++ b/common/JackAtomicState.h @@ -132,8 +132,8 @@ class JackAtomicState } /*! - \brief Tries to switch to the next state and returns the new current state (either the same as before if case of switch failure or the new one) - */ + \brief Tries to switch to the next state and returns the new current state (either the same as before if case of switch failure or the new one) + */ T* TrySwitchState() { AtomicCounter old_val;