Revision 38bdf62b738bb93f7e1a6af8058dc31f27c91d4e authored by René Scharfe on 01 October 2017, 14:45:45 UTC, committed by Junio C Hamano on 02 October 2017, 04:14:07 UTC
strbuf_addf() can be used to add a specific number of space characters
by using the format "%*s" with an empty string and specifying the
desired width.  Use strbuf_addchars() instead as it's shorter, makes the
intent clearer and is a bit more efficient.

Signed-off-by: Rene Scharfe <l.s.r@web.de>
Signed-off-by: Junio C Hamano <gitster@pobox.com>
1 parent 72d4a9a
History
File Mode Size
am-test-1-1 -rw-r--r-- 312 bytes
am-test-1-2 -rw-r--r-- 315 bytes
am-test-2-1 -rw-r--r-- 330 bytes
am-test-2-2 -rw-r--r-- 333 bytes
am-test-3-1 -rw-r--r-- 350 bytes
am-test-3-2 -rw-r--r-- 340 bytes
am-test-4-1 -rw-r--r-- 354 bytes
am-test-4-2 -rw-r--r-- 388 bytes
am-test-5-1 -rw-r--r-- 308 bytes
am-test-5-2 -rw-r--r-- 287 bytes
am-test-6-1 -rw-r--r-- 266 bytes
file-1-0 -rw-r--r-- 14 bytes
file-2-0 -rw-r--r-- 14 bytes

back to top