From 0e7b115e43aa40e72db3b6bf9cdd6661d411ef4c Mon Sep 17 00:00:00 2001 From: Jonathan G Rennison Date: Mon, 6 Mar 2023 21:46:38 +0000 Subject: [PATCH] utils/conv-lang.pl: Fix whitespace before shebang --- utils/conv-lang.pl | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/utils/conv-lang.pl b/utils/conv-lang.pl index 092448a4a7..b3880abd7a 100755 --- a/utils/conv-lang.pl +++ b/utils/conv-lang.pl @@ -1,4 +1,3 @@ - #!/usr/bin/env perl use strict; @@ -120,4 +119,4 @@ for my $lang (@langs) { } pop @lines if ($lines[-1] eq "\n"); write_file("extra/$lang", @lines); -} \ No newline at end of file +}