1
0
mirror of https://github.com/MariaDB/server.git synced 2025-07-30 16:24:05 +03:00

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.
This commit is contained in:
Souradeep Saha
2024-06-27 00:18:39 +00:00
committed by Daniel Black
parent d83742622d
commit 4dde925f54
28 changed files with 479 additions and 494 deletions

View File

@ -50,4 +50,3 @@ int main() {
ok(failed == 0, "Testing gcs()");
return exit_status();
}

View File

@ -25,4 +25,3 @@ MY_ADD_TESTS(ma_dyncol LINK_LIBRARIES mysys)
IF(WIN32)
MY_ADD_TESTS(my_delete LINK_LIBRARIES mysys)
ENDIF()

View File

@ -71,4 +71,3 @@ int main(void)
return exit_status();
}

View File

@ -196,4 +196,3 @@ void do_tests()
lf_hash_destroy(&lf_hash);
lf_alloc_destroy(&lf_allocator);
}

View File

@ -54,4 +54,3 @@ int main(int argc __attribute__((unused)),char *argv[])
my_end(0);
return exit_status();
}

View File

@ -41,4 +41,3 @@ int main(int argc __attribute__((unused)),char *argv[])
my_end(0);
return exit_status();
}

View File

@ -227,4 +227,3 @@ int main(int argc __attribute__((unused)),
return 0;
}

View File

@ -211,4 +211,3 @@ int main(void)
return exit_status();
}

View File

@ -136,4 +136,3 @@ int main(int argc __attribute__((unused)), char *argv[])
my_end(0);
return exit_status();
}

View File

@ -70,4 +70,3 @@ int main(int argc __attribute__((unused)), char **argv)
my_end(0);
return exit_status();
}

View File

@ -283,4 +283,3 @@ void do_tests()
pthread_cond_destroy(&thread_sync);
DBUG_VOID_RETURN;
}

View File

@ -163,4 +163,3 @@ int main(int argc __attribute__((unused)),char *argv[])
my_end(0);
return exit_status();
}

View File

@ -226,4 +226,3 @@ int main(int args, char **argv)
ok1(!have_errors);
return exit_status();
}

View File

@ -143,4 +143,3 @@ int main(int args, char **argv)
return exit_status();
}

View File

@ -1,3 +1,2 @@
MY_ADD_TESTS(strings json LINK_LIBRARIES strings mysys)