commit | a892966218c2c7907bdc3f158685b7aa08ac9984 | [log] [tgz] |
---|---|---|
author | Howard Hinnant <hhinnant@apple.com> | Mon Oct 17 20:08:59 2011 +0000 |
committer | Howard Hinnant <hhinnant@apple.com> | Mon Oct 17 20:08:59 2011 +0000 |
tree | d50dc1576d40b9580d7d091cad2fc3aedc08bd8e | |
parent | 444bd25dff35cf8610e9baf1268d6a75a0fa059f [diff] [blame] |
de-tabbify llvm-svn: 142237
diff --git a/libcxx/src/support/win32/support.cpp b/libcxx/src/support/win32/support.cpp index 8ed2921..b3ef50a 100644 --- a/libcxx/src/support/win32/support.cpp +++ b/libcxx/src/support/win32/support.cpp
@@ -21,7 +21,7 @@ va_start(ap, fmt); int result = vasprintf(sptr, fmt, ap); va_end(ap); - return result; + return result; } int vasprintf( char **sptr, const char *__restrict__ fmt, va_list ap ) {