Outdent public, protected, and private.
[bigint/bigint.git] / NumberlikeArray.hh
index 7b49566..8fa52d7 100644 (file)
@@ -34,7 +34,7 @@
 
 template <class Blk>
 class NumberlikeArray {
-       public:
+public:
 
        typedef unsigned int Index; // Type for the index of a block in the array
        static const unsigned int N; // The number of bits in a block, defined below.