[compiler-rt] r363327 - fix whitespaces

Kostya Serebryany via llvm-commits llvm-commits at lists.llvm.org
Thu Jun 13 14:17:50 PDT 2019


Author: kcc
Date: Thu Jun 13 14:17:49 2019
New Revision: 363327

URL: http://llvm.org/viewvc/llvm-project?rev=363327&view=rev
Log:
fix whitespaces

Modified:
    compiler-rt/trunk/test/fuzzer/Labels20Test.cpp

Modified: compiler-rt/trunk/test/fuzzer/Labels20Test.cpp
URL: http://llvm.org/viewvc/llvm-project/compiler-rt/trunk/test/fuzzer/Labels20Test.cpp?rev=363327&r1=363326&r2=363327&view=diff
==============================================================================
--- compiler-rt/trunk/test/fuzzer/Labels20Test.cpp (original)
+++ compiler-rt/trunk/test/fuzzer/Labels20Test.cpp Thu Jun 13 14:17:49 2019
@@ -2,7 +2,7 @@
 // See https://llvm.org/LICENSE.txt for license information.
 // SPDX-License-Identifier: Apache-2.0 WITH LLVM-exception
 
-// Simple test for a fuzzer. 
+// Simple test for a fuzzer.
 // Needs to find a string "FUZZxxxxxxxxxxxxMxxE", where 'x' is any byte.
 #include <assert.h>
 #include <cstddef>
@@ -39,5 +39,3 @@ __attribute__((noinline))
 bool Func2(const uint8_t *Data, size_t Size) {
   return Size >= 20 && Data[19] == 'E';
 }
-
-




More information about the llvm-commits mailing list