summaryrefslogtreecommitdiff
path: root/nutemp
diff options
context:
space:
mode:
authorPaul Davis <paul@linuxaudiosystems.com>2017-09-24 12:57:27 -0400
committerPaul Davis <paul@linuxaudiosystems.com>2017-09-24 12:57:27 -0400
commitb9c6ffac214a69bb64e8ba5adbbe0951a9119f09 (patch)
treec24ba0d0e76ba848171dcbfe22673b3d020c8535 /nutemp
parent7db12f6b128eef0d63dd6a8eda3d04f4dab1fc79 (diff)
fix header order and space alignment
Diffstat (limited to 'nutemp')
-rw-r--r--nutemp/t.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/nutemp/t.h b/nutemp/t.h
index 3f675399fe..d18775fccb 100644
--- a/nutemp/t.h
+++ b/nutemp/t.h
@@ -290,7 +290,7 @@ class LIBARDOUR_API TempoMapPoint
ExplicitInfo _explicit;
};
superclock_t _sclock;
- Temporal::Beats _quarters;
+ Temporal::Beats _quarters;
Timecode::BBT_Time _bbt;
bool _dirty;
TempoMap* _map;