]> git.ipfire.org Git - thirdparty/systemd.git/commitdiff
test-dirent-util: remove strange whitespace
authorZbigniew Jędrzejewski-Szmek <zbyszek@in.waw.pl>
Thu, 3 Jul 2025 15:23:08 +0000 (17:23 +0200)
committerZbigniew Jędrzejewski-Szmek <zbyszek@in.waw.pl>
Fri, 4 Jul 2025 09:57:52 +0000 (11:57 +0200)
src/test/test-dirent-util.c

index 9b84ddaaeee91b10d753232157a7064c9423a17e..48987703f0cf14caea66dfb6565aa4176d205b03 100644 (file)
@@ -13,7 +13,7 @@
 #include "tests.h"
 #include "tmpfile-util.h"
 
-TEST (test_dirent_ensure_type) {
+TEST(test_dirent_ensure_type) {
         int r, dir_fd;
         static struct dirent de = {
                 .d_type = DT_UNKNOWN,
@@ -35,7 +35,7 @@ TEST (test_dirent_ensure_type) {
         assert_se(de.d_type == DT_DIR);
 }
 
-TEST (test_dirent_is_file) {
+TEST(test_dirent_is_file) {
         _cleanup_(rm_rf_physical_and_freep) char *t = NULL;
         const char *name, *dotfile, *name_alias, *bakfile, *tilda;
         const struct dirent *de_reg, *de_lnk, *de_dot, *de_bak, *de_tilda;
@@ -111,7 +111,7 @@ TEST (test_dirent_is_file) {
         closedir(dir);
 }
 
-TEST (test_dirent_is_file_with_suffix) {
+TEST(test_dirent_is_file_with_suffix) {
         _cleanup_(rm_rf_physical_and_freep) char *t = NULL;
         const char *name, *dotfile, *name_alias, *dotdot, *chr;
         const struct dirent *de_reg, *de_lnk, *de_dot, *de_dotdot, *de_chr;