From d15d0c50f9901dc9ff7cf792f338f8b72c1a4b31 Mon Sep 17 00:00:00 2001 From: sletz Date: Fri, 27 Jul 2007 18:48:01 +0000 Subject: [PATCH] Cleanup git-svn-id: http://subversion.jackaudio.org/jack/jack2/trunk/jackmp@1504 0c269be4-1314-0410-8aa9-9f06e86f4224 --- common/JackAtomicState.h | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) 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;