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