diff options
author | Howard Hinnant <hhinnant@apple.com> | 2013-07-08 21:06:38 +0000 |
---|---|---|
committer | Howard Hinnant <hhinnant@apple.com> | 2013-07-08 21:06:38 +0000 |
commit | e0fe3d2e9680325f72a91ca18fd48d01b1016a67 (patch) | |
tree | 2374a842a0a75502d930428d3d88cd5842f93ebc /libcxx/src | |
parent | a7b0e5ddf88ce3072f76f67a825a591b1c6809b6 (diff) | |
download | bcm5719-llvm-e0fe3d2e9680325f72a91ca18fd48d01b1016a67.tar.gz bcm5719-llvm-e0fe3d2e9680325f72a91ca18fd48d01b1016a67.zip |
War on tabs.
llvm-svn: 185865
Diffstat (limited to 'libcxx/src')
-rw-r--r-- | libcxx/src/support/win32/support.cpp | 6 |
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. |