summaryrefslogtreecommitdiffstats
path: root/raul/AtomicInt.hpp
diff options
context:
space:
mode:
Diffstat (limited to 'raul/AtomicInt.hpp')
-rw-r--r--raul/AtomicInt.hpp2
1 files changed, 0 insertions, 2 deletions
diff --git a/raul/AtomicInt.hpp b/raul/AtomicInt.hpp
index e9c355f..4aa6145 100644
--- a/raul/AtomicInt.hpp
+++ b/raul/AtomicInt.hpp
@@ -22,7 +22,6 @@
namespace Raul {
-
/** Atomic integer.
* \ingroup raul
*/
@@ -80,7 +79,6 @@ private:
volatile mutable int _val;
};
-
} // namespace Raul
#endif // RAUL_ATOMIC_INT_HPP