[NFC][Asan] Fix cpplint warning in test
authorVitaly Buka <vitalybuka@google.com>
Wed, 28 Oct 2020 07:38:50 +0000 (00:38 -0700)
committerVitaly Buka <vitalybuka@google.com>
Wed, 28 Oct 2020 07:38:50 +0000 (00:38 -0700)
compiler-rt/test/asan/TestCases/strcat-overlap.cpp

index c9b11ba..34aaf68 100644 (file)
@@ -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
+}