summaryrefslogtreecommitdiffstats
path: root/ajax
diff options
context:
space:
mode:
authorBart Visscher <bartv@thisnet.nl>2012-09-07 14:22:18 +0200
committerBart Visscher <bartv@thisnet.nl>2012-09-07 14:25:28 +0200
commitce2e3bd0cba51d5625c53d14bd58204eca89eaf2 (patch)
treec44640aea1d00bd7ff075bfae70c4282cff6d63e /ajax
parent69023ff573517691d80675d4e4249a941d8897c5 (diff)
Remove empty lines at end of file
Diffstat (limited to 'ajax')
-rw-r--r--ajax/createfeed.php1
-rw-r--r--ajax/feedlist.php1
-rw-r--r--ajax/importopml.php1
-rw-r--r--ajax/loadfeed.php1
-rw-r--r--ajax/setallitemsread.php1
-rw-r--r--ajax/setitemstatus.php1
-rw-r--r--ajax/usersettings.php1
7 files changed, 0 insertions, 7 deletions
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();
-