Apparently things were done
[ipdf/code.git] / src / real.h
index d8033fc..ecd3852 100644 (file)
@@ -44,7 +44,6 @@ namespace IPDF
        inline float Float(const Real & r) {return r.m_value;}
        inline double Double(const Real & r) {return r.m_value;}
 #elif REAL == REAL_RATIONAL
-       
        typedef Rational<int64_t> Real;
        inline float Float(const Real & r) {return (float)r.ToDouble();}
        inline double Double(const Real & r) {return r.ToDouble();}

UCC git Repository :: git.ucc.asn.au