From a25193cc5da6a271c4676e843db80ee19221822a Mon Sep 17 00:00:00 2001 From: Jeroen Vermeulen Date: Sun, 17 May 2015 20:04:04 +0700 Subject: Fix a lot of lint, mostly trailing whitespace. This is lint reported by the new lint-checking functionality in beautify.py. (We can change to a different lint checker if we have a better one, but it would probably still flag these same problems.) Lint checking can help a lot, but only if we get the lint under control. --- scripts/ems/web/progress.perl | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'scripts/ems/web/progress.perl') diff --git a/scripts/ems/web/progress.perl b/scripts/ems/web/progress.perl index fd742e410..fa2ce9e8f 100755 --- a/scripts/ems/web/progress.perl +++ b/scripts/ems/web/progress.perl @@ -1,4 +1,4 @@ -#!/usr/bin/env perl +#!/usr/bin/env perl use warnings; use strict; -- cgit v1.2.3