From 7bd4febfdb799cd359a380d23640654f476dadae Mon Sep 17 00:00:00 2001 From: David Robillard Date: Wed, 18 May 2011 15:52:39 +0000 Subject: Strip double blank lines. git-svn-id: http://svn.drobilla.net/lad/trunk/raul@3279 a436a847-0d15-0410-975c-d299462d15a1 --- raul/Array.hpp | 2 -- 1 file changed, 2 deletions(-) (limited to 'raul/Array.hpp') diff --git a/raul/Array.hpp b/raul/Array.hpp index dc7ebb9..43a2477 100644 --- a/raul/Array.hpp +++ b/raul/Array.hpp @@ -25,7 +25,6 @@ namespace Raul { - /** An array. * * Has a stack-like push_back(), but is NOT a resizeable array (the size given @@ -101,7 +100,6 @@ private: T* _elems; }; - } // namespace Raul #endif // RAUL_ARRAY_HPP -- cgit v1.2.1