aboutsummaryrefslogtreecommitdiff
path: root/contrib/llvm-project/libcxx/include/__chrono/high_resolution_clock.h
diff options
context:
space:
mode:
Diffstat (limited to 'contrib/llvm-project/libcxx/include/__chrono/high_resolution_clock.h')
-rw-r--r--contrib/llvm-project/libcxx/include/__chrono/high_resolution_clock.h3
1 files changed, 1 insertions, 2 deletions
diff --git a/contrib/llvm-project/libcxx/include/__chrono/high_resolution_clock.h b/contrib/llvm-project/libcxx/include/__chrono/high_resolution_clock.h
index 778ff44f3d09..0697fd2de9b4 100644
--- a/contrib/llvm-project/libcxx/include/__chrono/high_resolution_clock.h
+++ b/contrib/llvm-project/libcxx/include/__chrono/high_resolution_clock.h
@@ -20,8 +20,7 @@
_LIBCPP_BEGIN_NAMESPACE_STD
-namespace chrono
-{
+namespace chrono {
#ifndef _LIBCPP_HAS_NO_MONOTONIC_CLOCK
typedef steady_clock high_resolution_clock;