From: Andre Noll Date: Mon, 4 Apr 2016 22:23:30 +0000 (+0200) Subject: Make dates in ls output align nicely again. X-Git-Tag: v0.5.6~39 X-Git-Url: http://git.tuebingen.mpg.de/?p=paraslash.git;a=commitdiff_plain;h=02283cae11a26336ec94912e565200384356f324;hp=02283cae11a26336ec94912e565200384356f324 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. ---