Skip to content

Commit 7eacdd2

Browse files
format the PR.
1 parent 02656bd commit 7eacdd2

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

clang-tools-extra/clang-tidy/performance/UnnecessaryCopyInitialization.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -328,7 +328,7 @@ void UnnecessaryCopyInitialization::check(
328328
if (OldVar == nullptr) {
329329
// `auto NewVar = functionCall();`
330330
handleCopyFromMethodReturn(Context, ObjectArg);
331-
} else if (FD == nullptr){
331+
} else if (FD == nullptr) {
332332
// `auto NewVar = OldVar;`
333333
handleCopyFromLocalVar(Context, *OldVar);
334334
} else {

0 commit comments

Comments
 (0)