From d4c68dbd5d51d004acfebaa136e56bf017c1c1c1 Mon Sep 17 00:00:00 2001 From: Antonio Ospite Date: Fri, 27 Feb 2015 15:16:55 +0100 Subject: [PATCH] Strip trailing newlines --- tweeper.1.asciidoc | 2 +- tweeper.php | 8 ++++---- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/tweeper.1.asciidoc b/tweeper.1.asciidoc index c5c5fa9..9cf891b 100644 --- a/tweeper.1.asciidoc +++ b/tweeper.1.asciidoc @@ -24,7 +24,7 @@ tweeper started as the TWitter fEEd scraPER but support for other web sites has been added. The sites that tweeper is able to scrape and convert to RSS are: - + * Twitter.com * Pump.io based websites, like Identi.ca * Dilbert.com diff --git a/tweeper.php b/tweeper.php index 4be5c7d..0c2bdbf 100644 --- a/tweeper.php +++ b/tweeper.php @@ -1,19 +1,19 @@ - * + * * This program 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 3 of the License, or * (at your option) any later version. - * + * * This program 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 this program. If not, see . */ -- 2.1.4