From: Kristina Brooks Date: Sun, 24 Feb 2019 18:06:10 +0000 (+0000) Subject: Fix accidentally used hard tabs. NFC X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=fa9d46ba3370f10f6936d4c8e94d64e0d2430c77;p=clang Fix accidentally used hard tabs. NFC 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 --- diff --git a/lib/CodeGen/CGBuiltin.cpp b/lib/CodeGen/CGBuiltin.cpp index a36e0803df..43c8020450 100644 --- a/lib/CodeGen/CGBuiltin.cpp +++ b/lib/CodeGen/CGBuiltin.cpp @@ -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); }