It's not clear to be from the manpage for crontab. IS extra white space allowed between the fields? e.g., if I have this:
1 7 * * * /scripts/foo
5 17 * * 6 /script/bar
31 6 * * 0 /scripts/bofh
is it safe to reformat it nicely like this:
1 7 * * * /scripts/foo
5 17 * * 6 /script/bar
31 6 * * 0 /scripts/bofh
?