[clang-format][NFC] Reformat clang/tools/clang-format/fuzzer/
authorOwen Pan <owenpiano@gmail.com>
Wed, 15 Feb 2023 02:54:36 +0000 (18:54 -0800)
committerOwen Pan <owenpiano@gmail.com>
Wed, 15 Feb 2023 02:58:01 +0000 (18:58 -0800)
clang/tools/clang-format/fuzzer/ClangFormatFuzzer.cpp

index d39d8da..f90cdf5 100644 (file)
@@ -23,6 +23,7 @@ extern "C" int LLVMFuzzerTestOneInput(uint8_t *data, size_t size) {
   auto Result = applyAllReplacements(s, Replaces);
 
   // Output must be checked, as otherwise we crash.
-  if (!Result) {}
+  if (!Result) {
+  }
   return 0;
 }