From bf3eb2953a09ce22a34c9c65de4bbc6537170599 Mon Sep 17 00:00:00 2001 From: Jeremy Baxter Date: Tue, 25 Jun 2024 17:28:36 +1200 Subject: [PATCH] esv: strip trailing whitespace from header --- esv.d | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/esv.d b/esv.d index c1b8bc1..1ff6e0b 100644 --- a/esv.d +++ b/esv.d @@ -3,17 +3,17 @@ * * The GPLv2 License (GPLv2) * Copyright (c) 2023-2024 Jeremy Baxter - * + * * esv is free software: you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by * the Free Software Foundation; either version 2 of the License, or * (at your option) any later version. - * + * * esv is distributed in the hope that it will be useful, * but WITHOUT ANY WARRANTY; without even the implied warranty of * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the * GNU General Public License for more details. - * + * * You should have received a copy of the GNU General Public License * along with esv. If not, see . */