From ce2e3bd0cba51d5625c53d14bd58204eca89eaf2 Mon Sep 17 00:00:00 2001 From: Bart Visscher Date: Fri, 7 Sep 2012 14:22:18 +0200 Subject: Remove empty lines at end of file --- ajax/createfeed.php | 1 - ajax/feedlist.php | 1 - ajax/importopml.php | 1 - ajax/loadfeed.php | 1 - ajax/setallitemsread.php | 1 - ajax/setitemstatus.php | 1 - ajax/usersettings.php | 1 - 7 files changed, 7 deletions(-) (limited to 'ajax') diff --git a/ajax/createfeed.php b/ajax/createfeed.php index 9b2ec08e5..38d34c1e0 100644 --- a/ajax/createfeed.php +++ b/ajax/createfeed.php @@ -70,4 +70,3 @@ $listfeed = $tmpl_listfeed->fetchPage(); OCP\JSON::success(array('data' => array( 'message' => $l->t('Feed added!'), 'feedid' => $feedid, 'listfeed' => $listfeed))); - diff --git a/ajax/feedlist.php b/ajax/feedlist.php index ce3128125..8388125bf 100644 --- a/ajax/feedlist.php +++ b/ajax/feedlist.php @@ -30,4 +30,3 @@ if($feeds == null) { } OCP\JSON::success(array('data' => $feeds)); - diff --git a/ajax/importopml.php b/ajax/importopml.php index c339e3f31..0a695172c 100644 --- a/ajax/importopml.php +++ b/ajax/importopml.php @@ -116,4 +116,3 @@ $countsuccess = importList($data, 0); OCP\JSON::success(array('data' => array('title'=>$parsed->getTitle(), 'count'=>$parsed->getCount(), 'countsuccess'=>$countsuccess))); - diff --git a/ajax/loadfeed.php b/ajax/loadfeed.php index b5299d5e1..7efb094ae 100644 --- a/ajax/loadfeed.php +++ b/ajax/loadfeed.php @@ -54,4 +54,3 @@ OCP\JSON::success(array('data' => array( 'message' => $l->t('Feed loaded!'), 'feedTitle' => $feedTitle, 'feedItems' => $feedItems, 'unreadItemCount' => $unreadItemCount ))); - diff --git a/ajax/setallitemsread.php b/ajax/setallitemsread.php index aee0ff008..5355ead06 100644 --- a/ajax/setallitemsread.php +++ b/ajax/setallitemsread.php @@ -61,4 +61,3 @@ if(!$success) { //TODO: replace the following with a real success case. see contact/ajax/createaddressbook.php for inspirations OCP\JSON::success(array('data' => array('feedId' => $feedId ))); - diff --git a/ajax/setitemstatus.php b/ajax/setitemstatus.php index 03dff7d94..2f99804e9 100644 --- a/ajax/setitemstatus.php +++ b/ajax/setitemstatus.php @@ -50,4 +50,3 @@ if(!$success) { //TODO: replace the following with a real success case. see contact/ajax/createaddressbook.php for inspirations OCP\JSON::success(array('data' => array('itemId' => $itemId ))); - diff --git a/ajax/usersettings.php b/ajax/usersettings.php index c11bb346e..df8d62a44 100644 --- a/ajax/usersettings.php +++ b/ajax/usersettings.php @@ -25,4 +25,3 @@ if(isset($_POST['showAll'])){ } OCP\JSON::success(); - -- cgit v1.2.3