commit | 34468d4b9f7f7f2246b2940ff8d1dede6fe96c92 | [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 | 3e1b042e7717b0bc811bcd427c3df4b4e51213d1 [diff] [blame] |
Remove tabs llvm-svn: 111778 Cr-Mirrored-From: sso://chromium.googlesource.com/_direct/external/github.com/llvm/llvm-project Cr-Mirrored-Commit: fae824a32df7241749d9d030661807e65d8defa9
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(); };