make: mute line size check in sweep target

This commit is contained in:
Franco Fichtner 2018-02-25 11:04:42 +00:00
parent 9c63784ebf
commit 83b47096f7

View File

@ -8,7 +8,7 @@ use bytes;
use File::Basename;
# Default options
$max_width = 119;
$max_width = 0;
# Clean up space-tab sequences, either by removing spaces or
# replacing them with tabs.