diff options
author | Andreas Fischer <bantu@owncloud.com> | 2013-08-17 23:38:26 +0200 |
---|---|---|
committer | Andreas Fischer <bantu@owncloud.com> | 2013-08-17 23:38:26 +0200 |
commit | d38929fb10b1a140586433c79f121b428d2b44ac (patch) | |
tree | 4399c15fb158f7d66506b1eda2e8abfccaf564c5 /settings/ajax/getlog.php | |
parent | 29b6dd53a095fd4140bf68a5ba7a4fd57c04a82d (diff) | |
download | nextcloud-server-d38929fb10b1a140586433c79f121b428d2b44ac.tar.gz nextcloud-server-d38929fb10b1a140586433c79f121b428d2b44ac.zip |
Fix spacing of all touched lines.
Diffstat (limited to 'settings/ajax/getlog.php')
-rw-r--r-- | settings/ajax/getlog.php | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/settings/ajax/getlog.php b/settings/ajax/getlog.php index f160512b6ad..f092ddb7727 100644 --- a/settings/ajax/getlog.php +++ b/settings/ajax/getlog.php @@ -16,6 +16,6 @@ $data = array(); OC_JSON::success( array( "data" => $entries, - "remain"=>count(OC_Log_Owncloud::getEntries(1, $offset + $count)) !== 0 + "remain" => count(OC_Log_Owncloud::getEntries(1, $offset + $count)) !== 0 ) ); |