summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorKostya Serebryany <kcc@google.com>2019-06-13 21:17:49 +0000
committerKostya Serebryany <kcc@google.com>2019-06-13 21:17:49 +0000
commit6a9cdd44f952e54de06e8a3f578c2c613629ef90 (patch)
treeb481101d2101cd3184cd474adb5902be3f625fc6
parent3346bd6120200e9950db2a4aa3f31cf3d8ac2443 (diff)
downloadcompiler-rt-6a9cdd44f952e54de06e8a3f578c2c613629ef90.tar.gz
fix whitespaces
git-svn-id: https://llvm.org/svn/llvm-project/compiler-rt/trunk@363327 91177308-0d34-0410-b5e6-96231b3b80d8
-rw-r--r--test/fuzzer/Labels20Test.cpp4
1 files changed, 1 insertions, 3 deletions
diff --git a/test/fuzzer/Labels20Test.cpp b/test/fuzzer/Labels20Test.cpp
index 0eedc938c..0422a54e6 100644
--- a/test/fuzzer/Labels20Test.cpp
+++ b/test/fuzzer/Labels20Test.cpp
@@ -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';
}
-
-