From 83b47096f7fb81ceae01b2fc1a1f927954742bec Mon Sep 17 00:00:00 2001 From: Franco Fichtner Date: Sun, 25 Feb 2018 11:04:42 +0000 Subject: [PATCH] make: mute line size check in sweep target --- Scripts/cleanfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Scripts/cleanfile b/Scripts/cleanfile index 9274bb69d..8abf76025 100755 --- a/Scripts/cleanfile +++ b/Scripts/cleanfile @@ -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.