NOOP, remove trailing tabs/whitespace.
[ardour.git] / libs / audiographer / audiographer / sndfile / sndfile_base.h
index 02d5a7f6ea17f76f5751c0c5eb09abc764f61a0e..67a34d484e3fe9ab4d486c83b873fc3b40a77fef 100644 (file)
@@ -18,7 +18,7 @@ class SndfileBase : public virtual AudioGrapher::SndfileHandle
                Write = SFM_WRITE,
                ReadWrite = SFM_RDWR
        };
-       
+
   protected:
        SndfileBase () {}
 };