[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.
This commit is contained in:
@@ -1809,7 +1809,7 @@ createOverloadsForFixedParams(unsigned ParmIdx, StringRef NewTyText,
|
||||
// FIXME: need to make this conflict checking better:
|
||||
if (hasConflictingOverload(FD))
|
||||
return std::nullopt;
|
||||
|
||||
|
||||
const SourceManager &SM = Ctx.getSourceManager();
|
||||
const LangOptions &LangOpts = Ctx.getLangOpts();
|
||||
// FIXME Respect indentation of the original code.
|
||||
|
||||
Reference in New Issue
Block a user