diff options
author | Howard Hinnant <hhinnant@apple.com> | 2010-09-04 23:46:48 +0000 |
---|---|---|
committer | Howard Hinnant <hhinnant@apple.com> | 2010-09-04 23:46:48 +0000 |
commit | 959cf8aede1755fb7df3aafd7dff9fa9ce172f8f (patch) | |
tree | e6686b8aec14a8fb70a033b520fb3333bdb97ea0 /libcxx/src | |
parent | 1c2cc0adba6c764baff70f62de9f7a4c10e86cd2 (diff) | |
download | bcm5719-llvm-959cf8aede1755fb7df3aafd7dff9fa9ce172f8f.tar.gz bcm5719-llvm-959cf8aede1755fb7df3aafd7dff9fa9ce172f8f.zip |
Fix whitespace
llvm-svn: 113089
Diffstat (limited to 'libcxx/src')
-rw-r--r-- | libcxx/src/future.cpp | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/libcxx/src/future.cpp b/libcxx/src/future.cpp index ca3080382ee..29b58641315 100644 --- a/libcxx/src/future.cpp +++ b/libcxx/src/future.cpp @@ -46,7 +46,6 @@ __future_error_category::message(int ev) const return string("unspecified future_errc value\n"); } - const error_category& future_category() { |