Commit 4dde925f authored by Souradeep Saha's avatar Souradeep Saha Committed by Daniel Black

Cleanup Whitespace in unittest/ directory

Cleanup unnecessary whitespace at the end of lines and end of files
in the unittest/ directory. Note that all code changes are
non-functional.

All new code of the whole pull request, including one or several files
that are either new files or modified ones, are contributed under the
BSD-new license. I am contributing on behalf of my employer Amazon Web
Services, Inc.
parent d8374262
...@@ -50,4 +50,3 @@ int main() { ...@@ -50,4 +50,3 @@ int main() {
ok(failed == 0, "Testing gcs()"); ok(failed == 0, "Testing gcs()");
return exit_status(); return exit_status();
} }
...@@ -25,4 +25,3 @@ MY_ADD_TESTS(ma_dyncol LINK_LIBRARIES mysys) ...@@ -25,4 +25,3 @@ MY_ADD_TESTS(ma_dyncol LINK_LIBRARIES mysys)
IF(WIN32) IF(WIN32)
MY_ADD_TESTS(my_delete LINK_LIBRARIES mysys) MY_ADD_TESTS(my_delete LINK_LIBRARIES mysys)
ENDIF() ENDIF()
...@@ -71,4 +71,3 @@ int main(void) ...@@ -71,4 +71,3 @@ int main(void)
return exit_status(); return exit_status();
} }
...@@ -196,4 +196,3 @@ void do_tests() ...@@ -196,4 +196,3 @@ void do_tests()
lf_hash_destroy(&lf_hash); lf_hash_destroy(&lf_hash);
lf_alloc_destroy(&lf_allocator); lf_alloc_destroy(&lf_allocator);
} }
...@@ -54,4 +54,3 @@ int main(int argc __attribute__((unused)),char *argv[]) ...@@ -54,4 +54,3 @@ int main(int argc __attribute__((unused)),char *argv[])
my_end(0); my_end(0);
return exit_status(); return exit_status();
} }
...@@ -41,4 +41,3 @@ int main(int argc __attribute__((unused)),char *argv[]) ...@@ -41,4 +41,3 @@ int main(int argc __attribute__((unused)),char *argv[])
my_end(0); my_end(0);
return exit_status(); return exit_status();
} }
...@@ -227,4 +227,3 @@ int main(int argc __attribute__((unused)), ...@@ -227,4 +227,3 @@ int main(int argc __attribute__((unused)),
return 0; return 0;
} }
...@@ -211,4 +211,3 @@ int main(void) ...@@ -211,4 +211,3 @@ int main(void)
return exit_status(); return exit_status();
} }
...@@ -136,4 +136,3 @@ int main(int argc __attribute__((unused)), char *argv[]) ...@@ -136,4 +136,3 @@ int main(int argc __attribute__((unused)), char *argv[])
my_end(0); my_end(0);
return exit_status(); return exit_status();
} }
...@@ -70,4 +70,3 @@ int main(int argc __attribute__((unused)), char **argv) ...@@ -70,4 +70,3 @@ int main(int argc __attribute__((unused)), char **argv)
my_end(0); my_end(0);
return exit_status(); return exit_status();
} }
...@@ -283,4 +283,3 @@ void do_tests() ...@@ -283,4 +283,3 @@ void do_tests()
pthread_cond_destroy(&thread_sync); pthread_cond_destroy(&thread_sync);
DBUG_VOID_RETURN; DBUG_VOID_RETURN;
} }
...@@ -163,4 +163,3 @@ int main(int argc __attribute__((unused)),char *argv[]) ...@@ -163,4 +163,3 @@ int main(int argc __attribute__((unused)),char *argv[])
my_end(0); my_end(0);
return exit_status(); return exit_status();
} }
...@@ -226,4 +226,3 @@ int main(int args, char **argv) ...@@ -226,4 +226,3 @@ int main(int args, char **argv)
ok1(!have_errors); ok1(!have_errors);
return exit_status(); return exit_status();
} }
...@@ -143,4 +143,3 @@ int main(int args, char **argv) ...@@ -143,4 +143,3 @@ int main(int args, char **argv)
return exit_status(); return exit_status();
} }
MY_ADD_TESTS(strings json LINK_LIBRARIES strings mysys) MY_ADD_TESTS(strings json LINK_LIBRARIES strings mysys)
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment