astyle with current project style guidelines

pull/389/head
Jesse Vincent 7 years ago
parent 63abe0de78
commit b6824423f6
No known key found for this signature in database
GPG Key ID: 122F5DF7108E4046

@ -19,8 +19,8 @@
#pragma once #pragma once
namespace KaleidoscopePlugins { namespace KaleidoscopePlugins {
namespace Ranges { namespace Ranges {
enum { enum {
KALEIDOSCOPE_FIRST = 0xc000, KALEIDOSCOPE_FIRST = 0xc000,
OS_FIRST, OS_FIRST,
OSM_FIRST = OS_FIRST, OSM_FIRST = OS_FIRST,
@ -42,6 +42,6 @@ namespace KaleidoscopePlugins {
SYSTER, SYSTER,
KALEIDOSCOPE_SAFE_START, KALEIDOSCOPE_SAFE_START,
}; };
}; };
}; };

Loading…
Cancel
Save