diff options
author | David Robillard <d@drobilla.net> | 2011-05-18 15:52:39 +0000 |
---|---|---|
committer | David Robillard <d@drobilla.net> | 2011-05-18 15:52:39 +0000 |
commit | 7bd4febfdb799cd359a380d23640654f476dadae (patch) | |
tree | 7acf0526548382e3768b45628a47f094120b7724 /raul/AtomicInt.hpp | |
parent | 3a1a098d7d41468a74862777d3085f537fb6b894 (diff) | |
download | raul-7bd4febfdb799cd359a380d23640654f476dadae.tar.gz raul-7bd4febfdb799cd359a380d23640654f476dadae.tar.bz2 raul-7bd4febfdb799cd359a380d23640654f476dadae.zip |
Strip double blank lines.
git-svn-id: http://svn.drobilla.net/lad/trunk/raul@3279 a436a847-0d15-0410-975c-d299462d15a1
Diffstat (limited to 'raul/AtomicInt.hpp')
-rw-r--r-- | raul/AtomicInt.hpp | 2 |
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 |