]> git.ipfire.org Git - thirdparty/dovecot/core.git/commitdiff
lib-test: test-common - Drop spurious spaces in function prototype
authorStephan Bosch <stephan.bosch@open-xchange.com>
Sat, 26 Jul 2025 00:25:22 +0000 (02:25 +0200)
committerStephan Bosch <stephan.bosch@open-xchange.com>
Fri, 1 Aug 2025 01:11:19 +0000 (03:11 +0200)
src/lib-test/test-common.c
src/lib-test/test-common.h

index 3501658e79ba35905bae22661a4546813f02cd02..2a29eb02de10f12fd52e6d83196d57b1b8d148ba 100644 (file)
@@ -62,7 +62,7 @@ void test_assert_failed_idx(const char *code, const char *file, unsigned int lin
 }
 
 void test_assert_failed_strcmp_idx(const char *code, const char *file, unsigned int line,
-                                  const char * src, const char * dst, long long i)
+                                  const char *src, const char *dst, long long i)
 {
        printf("%s:%u: Assert", file, line);
        if (i == LLONG_MIN)
index 3c2931b77be7bb606264432b0a3b1067ec25eb73..5e3e5e43fa489765ceb5dc1e681f52f11d1c112d 100644 (file)
@@ -90,7 +90,7 @@ void test_assert_failed(const char *code, const char *file, unsigned int line)
 void test_assert_failed_idx(const char *code, const char *file, unsigned int line, long long i)
        ATTR_STATIC_CHECKER_NORETURN;
 void test_assert_failed_strcmp_idx(const char *code, const char *file, unsigned int line,
-                                  const char * src, const char * dst, long long i)
+                                  const char *src, const char *dst, long long i)
        ATTR_STATIC_CHECKER_NORETURN;
 void test_assert_failed_cmp_intmax_idx(const char *code, const char *file,
                                       unsigned int line,