Skip to content

Commit d7b4594

Browse files
committed
[NFC][clang] Fix format in UnsafeBufferUsage.cpp
There were two whitespaces on an otherwise empty that were causing the bots to fail due to formatting issues. Deleting extra whitespace now.
1 parent 9b0d45b commit d7b4594

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
@@ -1809,7 +1809,7 @@ createOverloadsForFixedParams(unsigned ParmIdx, StringRef NewTyText,
18091809
// FIXME: need to make this conflict checking better:
18101810
if (hasConflictingOverload(FD))
18111811
return std::nullopt;
1812-
1812+
18131813
const SourceManager &SM = Ctx.getSourceManager();
18141814
const LangOptions &LangOpts = Ctx.getLangOpts();
18151815
// FIXME Respect indentation of the original code.

0 commit comments

Comments
 (0)