From 2ae8f2b091937d0f2bab1d61999b05557f0d7f6b Mon Sep 17 00:00:00 2001 From: Franco Fichtner Date: Wed, 28 Feb 2018 22:39:14 +0100 Subject: [PATCH] Scripts: follow change from master --- 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.