]> granicus.if.org Git - clang/commitdiff
Fix accidentally used hard tabs. NFC
authorKristina Brooks <notstina@gmail.com>
Sun, 24 Feb 2019 18:06:10 +0000 (18:06 +0000)
committerKristina Brooks <notstina@gmail.com>
Sun, 24 Feb 2019 18:06:10 +0000 (18:06 +0000)
Big sorry. This undoes the indentation mess I made
in r354751.

git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@354752 91177308-0d34-0410-b5e6-96231b3b80d8

lib/CodeGen/CGBuiltin.cpp

index a36e0803dfafa4564f254d53f2ecbe3e9a7b7ea6..43c8020450f4af8885e8d13d0371dddd381735fc 100644 (file)
@@ -2007,7 +2007,7 @@ RValue CodeGenFunction::EmitBuiltinExpr(const GlobalDecl GD, unsigned BuiltinID,
     unsigned Alignment = (unsigned)AlignmentCI->getZExtValue();
 
     EmitAlignmentAssumption(PtrValue, Ptr,
-                                                   /*The expr loc is sufficient.*/ SourceLocation(),
+                            /*The expr loc is sufficient.*/ SourceLocation(),
                             Alignment, OffsetValue);
     return RValue::get(PtrValue);
   }