btrfs-progs: crypto: fix printf warnings in hash-speedtest
With explicit width the default alignment is to the right, using space is a gnu extension. Fix the following warnings: crypto/hash-speedtest.c: In function ‘main’: crypto/hash-speedtest.c:152:15: warning: ' ' flag used with ‘%s’ gnu_printf format [-Wformat=] 152 | printf("% 12s: ", c->name); | ^ crypto/hash-speedtest.c:172:21: warning: ' ' flag used with ‘%u’ gnu_printf format [-Wformat=] 172 | printf("%s: % 12llu, %s/i % 8llu", | ^ crypto/hash-speedtest.c:172:34: warning: ' ' flag used with ‘%u’ gnu_printf format [-Wformat=] 172 | printf("%s: % 12llu, %s/i % 8llu", | ^ Signed-off-by: David Sterba <dsterba@suse.com>
This commit is contained in:
parent
133dd6c6c3
commit
5734073b15