]> git.ipfire.org Git - thirdparty/dovecot/core.git/commitdiff
lib: test-bits.c - Removing stray spaces at end of lines
authorMarco Bettini <marco.bettini@open-xchange.com>
Mon, 29 Nov 2021 13:58:33 +0000 (14:58 +0100)
committeraki.tuomi <aki.tuomi@open-xchange.com>
Tue, 30 Nov 2021 10:03:03 +0000 (10:03 +0000)
src/lib/test-bits.c

index 86ad0f1a3371a1dce6d966287a4d57fcefd7e499..5bdd5a50b849a0eba7bf537c03695223542ee302 100644 (file)
@@ -17,7 +17,7 @@
 */
 
 /* nearest_power(num) == 1ULL << bits_required64(num-1) */
-static void test_nearest_power(void) 
+static void test_nearest_power(void)
 {
        unsigned int b;
        size_t num;
@@ -53,7 +53,7 @@ static void test_bits_is_power_of_two(void)
        test_end();
 }
 
-static void test_bits_requiredXX(void) 
+static void test_bits_requiredXX(void)
 {
        /* As ..64 depends on ..32 and tests it twice,
         * and ..32 depends on ..16 and tests it twice,