From: Antonio Ospite <ao2@ao2.it>
Date: Fri, 27 Feb 2015 14:16:55 +0000 (+0100)
Subject: Strip trailing newlines
X-Git-Tag: v0.4~39
X-Git-Url: https://git.ao2.it/tweeper.git/commitdiff_plain/d4c68dbd5d51d004acfebaa136e56bf017c1c1c1?hp=9a620fc54b03bd70404d604f28f7760df1b642f4

Strip trailing newlines
---

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 @@
 <?php
 /*
  * tweeper - a Twitter to RSS web scraper
- * 
+ *
  * Copyright (C) 2013-2014  Antonio Ospite <ao2@ao2.it>
- * 
+ *
  * 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 <http://www.gnu.org/licenses/>.
  */