From e0fe3d2e9680325f72a91ca18fd48d01b1016a67 Mon Sep 17 00:00:00 2001 From: Howard Hinnant Date: Mon, 8 Jul 2013 21:06:38 +0000 Subject: War on tabs. llvm-svn: 185865 --- libcxx/src/support/win32/support.cpp | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'libcxx/src') 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. -- cgit v1.2.3