aboutsummaryrefslogtreecommitdiff
path: root/lib/CodeGen/CGCXX.h
diff options
context:
space:
mode:
Diffstat (limited to 'lib/CodeGen/CGCXX.h')
-rw-r--r--lib/CodeGen/CGCXX.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/CodeGen/CGCXX.h b/lib/CodeGen/CGCXX.h
index 6051d9133c..1e6adb05a0 100644
--- a/lib/CodeGen/CGCXX.h
+++ b/lib/CodeGen/CGCXX.h
@@ -30,7 +30,7 @@ enum CXXDtorType {
Dtor_Complete, // Complete object dtor
Dtor_Base // Base object dtor
};
-
+
} // end namespace clang
#endif // CLANG_CODEGEN_CGCXX_H