Skip to content

Commit 716d84a

Browse files
committed
Backing out a whitespace change; NFC
1 parent 0b14646 commit 716d84a

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

clang/lib/Sema/SemaExprCXX.cpp

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3767,6 +3767,7 @@ Sema::ActOnCXXDelete(SourceLocation StartLoc, bool UseGlobal,
37673767

37683768
DeclarationName DeleteName = Context.DeclarationNames.getCXXOperatorName(
37693769
ArrayForm ? OO_Array_Delete : OO_Delete);
3770+
37703771
if (PointeeRD) {
37713772
if (!UseGlobal &&
37723773
FindDeallocationFunction(StartLoc, PointeeRD, DeleteName,

0 commit comments

Comments
 (0)