diff --git a/compiler-rt/test/asan/TestCases/strcpy-overlap.cpp b/compiler-rt/test/asan/TestCases/strcpy-overlap.cpp index eefea67b8da8..efd2e6b7521e 100644 --- a/compiler-rt/test/asan/TestCases/strcpy-overlap.cpp +++ b/compiler-rt/test/asan/TestCases/strcpy-overlap.cpp @@ -45,4 +45,4 @@ __attribute__((noinline)) void bad_function() { int main(int argc, char **argv) { bad_function(); return 0; -} \ No newline at end of file +} diff --git a/compiler-rt/test/asan/TestCases/strncat-overlap.cpp b/compiler-rt/test/asan/TestCases/strncat-overlap.cpp index d454b81fbff6..3e3f7ee2723f 100644 --- a/compiler-rt/test/asan/TestCases/strncat-overlap.cpp +++ b/compiler-rt/test/asan/TestCases/strncat-overlap.cpp @@ -45,4 +45,4 @@ __attribute__((noinline)) void bad_function() { int main(int argc, char **argv) { bad_function(); return 0; -} \ No newline at end of file +} diff --git a/compiler-rt/test/asan/TestCases/strncpy-overlap.cpp b/compiler-rt/test/asan/TestCases/strncpy-overlap.cpp index 679dd67e65e2..860fc5d304e0 100644 --- a/compiler-rt/test/asan/TestCases/strncpy-overlap.cpp +++ b/compiler-rt/test/asan/TestCases/strncpy-overlap.cpp @@ -45,4 +45,4 @@ __attribute__((noinline)) void bad_function() { int main(int argc, char **argv) { bad_function(); return 0; -} \ No newline at end of file +}