aboutsummaryrefslogtreecommitdiffstats
path: root/MASShortcutView.h
diff options
context:
space:
mode:
authorJason Perkins2014-11-24 08:15:24 -0500
committerJason Perkins2014-11-24 08:15:24 -0500
commit443e2db73d3268b7dbac7bb1e80bf2f716c86fd3 (patch)
tree03d3a83a2d8fdc85fcaba2d6e775dbb0c75ec304 /MASShortcutView.h
parent5c7dd533804812732d2e75606f19522578420990 (diff)
downloadMASShortcut-443e2db73d3268b7dbac7bb1e80bf2f716c86fd3.tar.bz2
Fix indentation on previous commits: tabs to four spaces
Diffstat (limited to 'MASShortcutView.h')
-rw-r--r--MASShortcutView.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/MASShortcutView.h b/MASShortcutView.h
index d798878..c8a46bb 100644
--- a/MASShortcutView.h
+++ b/MASShortcutView.h
@@ -6,7 +6,7 @@ typedef enum {
MASShortcutViewAppearanceDefault = 0, // Height = 19 px
MASShortcutViewAppearanceTexturedRect, // Height = 25 px
MASShortcutViewAppearanceRounded, // Height = 43 px
- MASShortcutViewAppearanceFlat
+ MASShortcutViewAppearanceFlat
} MASShortcutViewAppearance;
@interface MASShortcutView : NSView