summaryrefslogtreecommitdiffstats
path: root/compiler-rt/lib/xray/xray_x86_64.h
diff options
context:
space:
mode:
Diffstat (limited to 'compiler-rt/lib/xray/xray_x86_64.h')
-rw-r--r--compiler-rt/lib/xray/xray_x86_64.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/compiler-rt/lib/xray/xray_x86_64.h b/compiler-rt/lib/xray/xray_x86_64.h
index 52d2dea8f0d..e3de99d6326 100644
--- a/compiler-rt/lib/xray/xray_x86_64.h
+++ b/compiler-rt/lib/xray/xray_x86_64.h
@@ -27,6 +27,6 @@ ALWAYS_INLINE uint64_t readTSC(uint8_t &CPU) XRAY_NEVER_INSTRUMENT {
CPU = LongCPU;
return TSC;
}
-}
+} // namespace __xray
#endif // XRAY_X86_64_H
OpenPOWER on IntegriCloud