Detabify.



git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@111768 91177308-0d34-0410-b5e6-96231b3b80d8
diff --git a/lib/Analysis/FormatString.cpp b/lib/Analysis/FormatString.cpp
index 0fbe543..a6cfba2 100644
--- a/lib/Analysis/FormatString.cpp
+++ b/lib/Analysis/FormatString.cpp
@@ -280,7 +280,7 @@
 
     case CPointerTy:
       return argTy->getAs<PointerType>() != NULL ||
-      	     argTy->getAs<ObjCObjectPointerType>() != NULL;
+             argTy->getAs<ObjCObjectPointerType>() != NULL;
 
     case ObjCPointerTy:
       return argTy->getAs<ObjCObjectPointerType>() != NULL;