]> www.ginac.de Git - ginac.git/blobdiff - ginac/simp_lor.h
- fixes to the indentation
[ginac.git] / ginac / simp_lor.h
index 940e110e351275b4881afcf8cac40149e871fdc8..4f5c49f555d84b458a1dcae2c383cb02d0de6ca0 100644 (file)
@@ -55,8 +55,8 @@ public:
                rh.second.printraw(cerr);
                cerr << ")" << endl;
                */
-               bool res=lh.first<rh.first ||
-                       (!(rh.first<lh.first) && lh.second.compare(rh.second)<0 );
+               bool res = lh.first<rh.first
+                       || (!(rh.first<lh.first) && lh.second.compare(rh.second)<0);
                // cout << "result=" << res << endl;
                return res;
        }
@@ -94,9 +94,10 @@ class simp_lor : public indexed
 // types
 
 public:
-       typedef enum { invalid, // not properly constructed by one of the friend functions
-                                  simp_lor_g,
-                                  simp_lor_vec
+       typedef enum {
+               invalid, // not properly constructed by one of the friend functions
+               simp_lor_g,
+               simp_lor_vec
        } simp_lor_types;
        
 // member functions