[NFC][clang] Fix format in UnsafeBufferUsage.cpp
authorEvan Wilde <etceterawilde@gmail.com>
Mon, 17 Jul 2023 05:43:47 +0000 (22:43 -0700)
committerEvan Wilde <etceterawilde@gmail.com>
Mon, 17 Jul 2023 05:45:29 +0000 (22:45 -0700)
There were two whitespaces on an otherwise empty that were causing the
bots to fail due to formatting issues. Deleting extra whitespace now.

clang/lib/Analysis/UnsafeBufferUsage.cpp

index c8c1452..142c56b 100644 (file)
@@ -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.