diff options
Diffstat (limited to 'include/clang/Basic/OperatorKinds.h')
-rw-r--r-- | include/clang/Basic/OperatorKinds.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/include/clang/Basic/OperatorKinds.h b/include/clang/Basic/OperatorKinds.h index 108014f..2ceab9c 100644 --- a/include/clang/Basic/OperatorKinds.h +++ b/include/clang/Basic/OperatorKinds.h @@ -30,7 +30,7 @@ enum OverloadedOperatorKind { /// \brief Retrieve the spelling of the given overloaded operator, without /// the preceding "operator" keyword. const char *getOperatorSpelling(OverloadedOperatorKind Operator); - + } // end namespace clang #endif |