]> www.ginac.de Git - ginac.git/blobdiff - ginac/basic.h
- fixes to the indentation
[ginac.git] / ginac / basic.h
index 4acdb9efc31dff5b6d8eebd05d68c0aba64d2104..1a7ffcf02944cbd9738374f31a6c151bab7371b7 100644 (file)
@@ -66,7 +66,7 @@ class basic
 public:
        basic()
 #ifdef INLINE_BASIC_CONSTRUCTORS
-       : tinfo_key(TINFO_basic), flags(0), refcount(0)
+               : tinfo_key(TINFO_basic), flags(0), refcount(0)
        {
        }
 #else
@@ -106,7 +106,7 @@ protected:
        // other constructors
        basic(unsigned ti)
 #ifdef INLINE_BASIC_CONSTRUCTORS
-       : tinfo_key(ti), flags(0), refcount(0)
+                          : tinfo_key(ti), flags(0), refcount(0)
        {
        }
 #else