Fix indentation 8 whitespaces to tab
[ardour.git] / libs / timecode / timecode / bbt_time.h
index 8b92f6efa94eaa3e53f56103aeb42a47649e8b02..b3ba3a6b571c50d0b9b4571463298dd337be1180 100644 (file)
@@ -41,7 +41,7 @@ struct LIBTIMECODE_API BBT_Time {
        BBT_Time (uint32_t ba, uint32_t be, uint32_t t)
                : bars (ba), beats (be), ticks (t) {}
 
-        BBT_Time (double beats);
+       BBT_Time (double beats);
 
        bool operator< (const BBT_Time& other) const {
                return bars < other.bars ||