From 48bc38f25424927b0511b3c7c561bddfc19b9773 Mon Sep 17 00:00:00 2001 From: Vitaly Buka Date: Wed, 28 Oct 2020 00:38:50 -0700 Subject: [PATCH] [NFC][Asan] Fix cpplint warning in test --- compiler-rt/test/asan/TestCases/strcat-overlap.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/compiler-rt/test/asan/TestCases/strcat-overlap.cpp b/compiler-rt/test/asan/TestCases/strcat-overlap.cpp index c9b11ba..34aaf68 100644 --- a/compiler-rt/test/asan/TestCases/strcat-overlap.cpp +++ b/compiler-rt/test/asan/TestCases/strcat-overlap.cpp @@ -51,4 +51,4 @@ __attribute__((noinline)) void bad_function() { int main(int argc, char **argv) { bad_function(); return 0; -} \ No newline at end of file +} -- 2.7.4