*session.h whitespace
authorHans Baier <hansfbaier@googlemail.com>
Fri, 13 Feb 2009 08:29:23 +0000 (08:29 +0000)
committerHans Baier <hansfbaier@googlemail.com>
Fri, 13 Feb 2009 08:29:23 +0000 (08:29 +0000)
git-svn-id: svn://localhost/ardour2/branches/3.0@4545 d708f5d6-7413-0410-9779-e7cbd77b26cf

libs/ardour/ardour/session.h

index e1db163300ccae87f173f7995307419dc44810f8..8de0e1c5234bff25163f3eada812aac2ff383227 100644 (file)
@@ -559,7 +559,7 @@ class Session : public PBD::StatefulDestructible
        void smpte_duration_string (char *, nframes_t) const;
 
        void           set_smpte_offset (nframes_t);
-       nframes_t smpte_offset () const { return _smpte_offset; }
+       nframes_t      smpte_offset () const { return _smpte_offset; }
        void           set_smpte_offset_negative (bool);
        bool           smpte_offset_negative () const { return _smpte_offset_negative; }