diff --git a/test/generators-test/b.cxx b/test/generators-test/b.cxx index 2b906fb47..8c5841a64 100644 --- a/test/generators-test/b.cxx +++ b/test/generators-test/b.cxx @@ -1,2 +1,2 @@ -int foo() { return 0; } \ No newline at end of file +int foo() { return 0; } diff --git a/test/generators-test/lib/c.cpp b/test/generators-test/lib/c.cpp index 2235513ec..d9b468b6f 100644 --- a/test/generators-test/lib/c.cpp +++ b/test/generators-test/lib/c.cpp @@ -1,2 +1,2 @@ -int bar() { return 0; } \ No newline at end of file +int bar() { return 0; } diff --git a/test/generators-test/z.cpp b/test/generators-test/z.cpp index aae5f6493..d7497a735 100644 --- a/test/generators-test/z.cpp +++ b/test/generators-test/z.cpp @@ -5,4 +5,4 @@ void z1() {} void z2() {} #else #error Invlid value of SELECT -#endif \ No newline at end of file +#endif diff --git a/v2/test/generators-test/b.cxx b/v2/test/generators-test/b.cxx index 2b906fb47..8c5841a64 100644 --- a/v2/test/generators-test/b.cxx +++ b/v2/test/generators-test/b.cxx @@ -1,2 +1,2 @@ -int foo() { return 0; } \ No newline at end of file +int foo() { return 0; } diff --git a/v2/test/generators-test/lib/c.cpp b/v2/test/generators-test/lib/c.cpp index 2235513ec..d9b468b6f 100644 --- a/v2/test/generators-test/lib/c.cpp +++ b/v2/test/generators-test/lib/c.cpp @@ -1,2 +1,2 @@ -int bar() { return 0; } \ No newline at end of file +int bar() { return 0; } diff --git a/v2/test/generators-test/z.cpp b/v2/test/generators-test/z.cpp index aae5f6493..d7497a735 100644 --- a/v2/test/generators-test/z.cpp +++ b/v2/test/generators-test/z.cpp @@ -5,4 +5,4 @@ void z1() {} void z2() {} #else #error Invlid value of SELECT -#endif \ No newline at end of file +#endif