Kaleidoscope Style Guide conformance

Signed-off-by: Gergely Nagy <algernon@madhouse-project.org>
pull/389/head
Gergely Nagy 7 years ago
parent 4436a9654d
commit 22088a6546

@ -18,8 +18,9 @@
#pragma once #pragma once
namespace KaleidoscopePlugins { namespace kaleidoscope {
namespace Ranges { namespace ranges {
enum { enum {
KALEIDOSCOPE_FIRST = 0xc000, KALEIDOSCOPE_FIRST = 0xc000,
OS_FIRST, OS_FIRST,
@ -43,5 +44,6 @@ enum {
KALEIDOSCOPE_SAFE_START, KALEIDOSCOPE_SAFE_START,
}; };
};
}; }
}

Loading…
Cancel
Save