mirror of
https://github.com/MariaDB/server.git
synced 2025-08-01 03:47:19 +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:
committed by
Daniel Black
parent
d83742622d
commit
4dde925f54
@ -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)
|
|||||||
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)
|
|||||||
|
|
||||||
return exit_status();
|
return exit_status();
|
||||||
}
|
}
|
||||||
|
|
||||||
|
@ -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[])
|
|||||||
my_end(0);
|
my_end(0);
|
||||||
return exit_status();
|
return exit_status();
|
||||||
}
|
}
|
||||||
|
|
||||||
|
@ -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)),
|
|||||||
|
|
||||||
return 0;
|
return 0;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
@ -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[])
|
|||||||
my_end(0);
|
my_end(0);
|
||||||
return exit_status();
|
return exit_status();
|
||||||
}
|
}
|
||||||
|
|
||||||
|
@ -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()
|
|||||||
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[])
|
|||||||
my_end(0);
|
my_end(0);
|
||||||
return exit_status();
|
return exit_status();
|
||||||
}
|
}
|
||||||
|
|
||||||
|
@ -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)
|
|||||||
|
|
||||||
return exit_status();
|
return exit_status();
|
||||||
}
|
}
|
||||||
|
|
||||||
|
@ -1,3 +1,2 @@
|
|||||||
|
|
||||||
MY_ADD_TESTS(strings json LINK_LIBRARIES strings mysys)
|
MY_ADD_TESTS(strings json LINK_LIBRARIES strings mysys)
|
||||||
|
|
||||||
|
Reference in New Issue
Block a user