summaryrefslogtreecommitdiffstats
path: root/include/clang/Sema/ObjCMethodList.h
diff options
context:
space:
mode:
Diffstat (limited to 'include/clang/Sema/ObjCMethodList.h')
-rw-r--r--include/clang/Sema/ObjCMethodList.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/include/clang/Sema/ObjCMethodList.h b/include/clang/Sema/ObjCMethodList.h
index b618e38f88..ef48b06579 100644
--- a/include/clang/Sema/ObjCMethodList.h
+++ b/include/clang/Sema/ObjCMethodList.h
@@ -53,6 +53,6 @@ struct ObjCMethodList {
}
};
-}
+} // namespace clang
#endif