commit | d510977c4dccbc249dff951e73ea0651d1fa59d7 | [log] [tgz] |
---|---|---|
author | Howard Hinnant <hhinnant@apple.com> | Sun Aug 22 13:53:14 2010 +0000 |
committer | Howard Hinnant <hhinnant@apple.com> | Sun Aug 22 13:53:14 2010 +0000 |
tree | a16b39fda8eeb7aabdb3f50de07f1a960253de01 | |
parent | d2bb03207523e55aa2423570bcaaad03e779450c [diff] [blame] |
Remove tabs git-svn-id: https://llvm.org/svn/llvm-project/libcxx/trunk@111778 91177308-0d34-0410-b5e6-96231b3b80d8
diff --git a/include/new b/include/new index 0043792..9003d35 100644 --- a/include/new +++ b/include/new
@@ -65,7 +65,7 @@ : public exception { public: - bad_alloc() throw(); + bad_alloc() throw(); virtual ~bad_alloc() throw(); virtual const char* what() const throw(); };