summaryrefslogtreecommitdiffstats
path: root/libcxx/src/support/win32/support.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'libcxx/src/support/win32/support.cpp')
-rw-r--r--libcxx/src/support/win32/support.cpp6
1 files changed, 3 insertions, 3 deletions
diff --git a/libcxx/src/support/win32/support.cpp b/libcxx/src/support/win32/support.cpp
index 1a8bcf62892..4215a70089b 100644
--- a/libcxx/src/support/win32/support.cpp
+++ b/libcxx/src/support/win32/support.cpp
@@ -18,9 +18,9 @@
namespace { // Private
- struct free_deleter {
- inline void operator()(char* p) { free(p); }
- };
+ struct free_deleter {
+ inline void operator()(char* p) { free(p); }
+ };
}
// Some of these functions aren't standard or if they conform, the name does not.
OpenPOWER on IntegriCloud