Skip to content

Commit 69a8636

Browse files
committed
[clang][NFC] Remove redundant whitespaces
This breaks the clang check-format on CI. + grep -rnI '[[:blank:]]$' clang/lib clang/include clang/docs clang/lib/Analysis/UnsafeBufferUsage.cpp:2277:#endif
1 parent 8663915 commit 69a8636

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

clang/lib/Analysis/UnsafeBufferUsage.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2274,7 +2274,7 @@ getFixIts(FixableGadgetSets &FixablesForAllVars, const Strategy &S,
22742274
VD, F->getBaseStmt()->getBeginLoc(),
22752275
("gadget '" + F->getDebugName() + "' refused to produce a fix")
22762276
.str());
2277-
#endif
2277+
#endif
22782278
FixItsForVariable.erase(VD);
22792279
break;
22802280
}

0 commit comments

Comments
 (0)