Detabify.

llvm-svn: 111768
diff --git a/clang/lib/Analysis/FormatString.cpp b/clang/lib/Analysis/FormatString.cpp
index 0fbe543..a6cfba2 100644
--- a/clang/lib/Analysis/FormatString.cpp
+++ b/clang/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;