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();
 };