aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--include/clang/Basic/TypeTraits.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/include/clang/Basic/TypeTraits.h b/include/clang/Basic/TypeTraits.h
index 7c67634d9c..8847d7ad7d 100644
--- a/include/clang/Basic/TypeTraits.h
+++ b/include/clang/Basic/TypeTraits.h
@@ -38,7 +38,7 @@ namespace clang {
/// BinaryTypeTrait - Names for the binary type traits.
enum BinaryTypeTrait {
- BTT_IsBaseOf,
+ BTT_IsBaseOf
};
}