aboutsummaryrefslogtreecommitdiff
path: root/include/llvm/Support/ARMWinEH.h
diff options
context:
space:
mode:
Diffstat (limited to 'include/llvm/Support/ARMWinEH.h')
-rw-r--r--include/llvm/Support/ARMWinEH.h6
1 files changed, 3 insertions, 3 deletions
diff --git a/include/llvm/Support/ARMWinEH.h b/include/llvm/Support/ARMWinEH.h
index 1463629f45dc..0b379032c200 100644
--- a/include/llvm/Support/ARMWinEH.h
+++ b/include/llvm/Support/ARMWinEH.h
@@ -375,8 +375,8 @@ struct ExceptionDataRecord {
inline size_t HeaderWords(const ExceptionDataRecord &XR) {
return (XR.Data[0] & 0xff800000) ? 1 : 2;
}
-}
-}
-}
+} // namespace WinEH
+} // namespace ARM
+} // namespace llvm
#endif