diff options
author | David Robillard <d@drobilla.net> | 2019-10-27 11:20:51 +0100 |
---|---|---|
committer | David Robillard <d@drobilla.net> | 2019-11-03 20:52:32 +0100 |
commit | 3d6b80ccb48068b001efd6ff369386e69c21c580 (patch) | |
tree | f2c38b60bc35f416b56272f469e13775f4ed5025 /pugl | |
parent | fa1ee34bd8538a49bae9e456ac808bffcee8a150 (diff) | |
download | pugl-3d6b80ccb48068b001efd6ff369386e69c21c580.tar.gz pugl-3d6b80ccb48068b001efd6ff369386e69c21c580.tar.bz2 pugl-3d6b80ccb48068b001efd6ff369386e69c21c580.zip |
Cleanup: Fix whitespace
Diffstat (limited to 'pugl')
-rw-r--r-- | pugl/detail/mac.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/pugl/detail/mac.h b/pugl/detail/mac.h index 062737a..adeebe9 100644 --- a/pugl/detail/mac.h +++ b/pugl/detail/mac.h @@ -30,7 +30,7 @@ @public PuglView* puglview; NSTrackingArea* trackingArea; - NSMutableAttributedString* markedText; + NSMutableAttributedString* markedText; NSTimer* timer; NSTimer* urgentTimer; bool reshaped; |