Changes-licensed-under: ISC license Signed-off-by: Samuel Bronson <naesten@xxxxxxxxx> --- symbol.h | 22 +++++++++++----------- 1 files changed, 11 insertions(+), 11 deletions(-) diff --git a/symbol.h b/symbol.h index 4a16f0d..3dd4531 100644 --- a/symbol.h +++ b/symbol.h @@ -24,16 +24,16 @@ * declared. */ enum namespace { - NS_NONE = 0, - NS_MACRO = 1, - NS_TYPEDEF = 2, - NS_STRUCT = 4, // Also used for unions and enums. - NS_LABEL = 8, - NS_SYMBOL = 16, - NS_ITERATOR = 32, - NS_PREPROCESSOR = 64, - NS_UNDEF = 128, - NS_KEYWORD = 256, + NS_NONE = 0, + NS_MACRO = 1, + NS_TYPEDEF = 2, + NS_STRUCT = 4, // Also used for unions and enums. + NS_LABEL = 8, + NS_SYMBOL = 16, + NS_ITERATOR = 32, + NS_PREPROCESSOR = 64, + NS_UNDEF = 128, + NS_KEYWORD = 256, }; enum type { @@ -59,7 +59,7 @@ enum type { }; enum keyword { - KW_SPECIFIER = 1 << 0, + KW_SPECIFIER = 1 << 0, KW_MODIFIER = 1 << 1, KW_QUALIFIER = 1 << 2, KW_ATTRIBUTE = 1 << 3, -- 1.6.3.1.169.g33fd.dirty -- To unsubscribe from this list: send the line "unsubscribe linux-sparse" in the body of a message to majordomo@xxxxxxxxxxxxxxx More majordomo info at http://vger.kernel.org/majordomo-info.html