changeset 1726:d7ae9bfb015e

Indentation only
author Chris Cannam
date Thu, 20 Jun 2019 11:09:05 +0100
parents 78fe29adfd16
children 8efce64dd85e
files base/Clipboard.h
diffstat 1 files changed, 1 insertions(+), 1 deletions(-) [+]
line wrap: on
line diff
--- a/base/Clipboard.h	Wed Jun 19 13:32:52 2019 +0100
+++ b/base/Clipboard.h	Thu Jun 20 11:09:05 2019 +0100
@@ -36,7 +36,7 @@
     bool referenceFramesDiffer() const;
 
 protected:
-     EventVector m_points;
+    EventVector m_points;
 };
 
 #endif