]> git.tuebingen.mpg.de Git - paraslash.git/commit
Make dates in ls output align nicely again.
authorAndre Noll <maan@tuebingen.mpg.de>
Mon, 4 Apr 2016 22:23:30 +0000 (00:23 +0200)
committerAndre Noll <maan@tuebingen.mpg.de>
Tue, 12 Apr 2016 16:27:44 +0000 (18:27 +0200)
commit02283cae11a26336ec94912e565200384356f324
treeadd1ffc39e7704142d6ce85437d1655dec5c8973
parente74b1d28a18c3ddd00ab697618b437aaf05b1f64
Make dates in ls output align nicely again.

Commit 3c978d34 "fixed" a whitespace issue by replacing two consecutive
space characters in a format string by a single space. However,
the duplicated space character actually had a purpose. This commit
re-adds the additional space character and explains through a comment
why it is needed.
aft.c