Commit a16a4e38 authored by Sebastian Kummer's avatar Sebastian Kummer

ZP-693 Remove new lines at end of files. Released under the Affero GNU

General Public License (AGPL) version 3.
parent c079e8e1
......@@ -191,4 +191,4 @@ function listfolders_getlist ($adminStore, $session, $user) {
}
}
?>
?>
\ No newline at end of file
......@@ -2681,4 +2681,4 @@ class MAPIProvider {
}
}
?>
?>
\ No newline at end of file
......@@ -1901,4 +1901,4 @@ class BackendZarafa implements IBackend, ISearchProvider {
*/
class BackendICS extends BackendZarafa {}
?>
?>
\ No newline at end of file
......@@ -893,4 +893,4 @@ class DeviceManager {
}
}
?>
?>
\ No newline at end of file
......@@ -265,4 +265,4 @@ class StateObject implements Serializable {
}
}
?>
?>
\ No newline at end of file
......@@ -462,4 +462,4 @@ class Streamer implements Serializable {
}
}
?>
?>
\ No newline at end of file
......@@ -221,7 +221,7 @@ class SyncCollections implements Iterator {
$this->collections[$spa->GetFolderId()] = $spa;
ZLog::Write(LOGLEVEL_DEBUG, sprintf("SyncCollections->AddCollection(): Folder id '%s' : ref. PolicyKey '%s', ref. Lifetime '%s', last sync at '%s'", $spa->GetFolderId(), $spa->GetReferencePolicyKey(), $spa->GetReferenceLifetime(), $spa->GetLastSyncTime()));
ZLog::Write(LOGLEVEL_DEBUG, sprintf("SyncCollections->AddCollection(): Folder id '%s' : ref. PolicyKey '%s', ref. Lifetime '%s', last sync at '%s'", $spa->GetFolderId(), $spa->GetReferencePolicyKey(), $spa->GetReferenceLifetime(), $spa->GetLastSyncTime()));
if ($spa->HasLastSyncTime() && $spa->GetLastSyncTime() > $this->lastSyncTime) {
$this->lastSyncTime = $spa->GetLastSyncTime();
......@@ -233,7 +233,7 @@ class SyncCollections implements Iterator {
if ($spa->HasReferenceLifetime())
$this->refLifetime = $spa->GetReferenceLifetime();
ZLog::Write(LOGLEVEL_DEBUG, sprintf("SyncCollections->AddCollection(): Updated reference PolicyKey '%s', reference Lifetime '%s', Last sync at '%s'", $this->refPolicyKey, $this->refLifetime, $this->lastSyncTime));
ZLog::Write(LOGLEVEL_DEBUG, sprintf("SyncCollections->AddCollection(): Updated reference PolicyKey '%s', reference Lifetime '%s', Last sync at '%s'", $this->refPolicyKey, $this->refLifetime, $this->lastSyncTime));
}
return true;
......@@ -723,4 +723,4 @@ class SyncCollections implements Iterator {
}
}
?>
?>
\ No newline at end of file
......@@ -415,4 +415,4 @@ class SyncParameters extends StateObject {
return true;
}
}
?>
?>
\ No newline at end of file
......@@ -269,4 +269,4 @@ class DiffState implements IChanges {
}
?>
?>
\ No newline at end of file
......@@ -202,7 +202,7 @@ class Sync extends RequestProcessor {
else
$supfields[] = $el[EN_TAG];
}
self::$deviceManager->SetSupportedFields($spa->GetFolderId(), $supfields);
self::$deviceManager->SetSupportedFields($spa->GetFolderId(), $supfields);
}
}
......@@ -1278,4 +1278,4 @@ class Sync extends RequestProcessor {
}
}
?>
?>
\ No newline at end of file
......@@ -1280,4 +1280,4 @@ class TimezoneUtil {
}
}
?>
?>
\ No newline at end of file
......@@ -539,4 +539,4 @@ class WBXMLEncoder extends WBXMLDefs {
}
}
?>
?>
\ No newline at end of file
......@@ -871,4 +871,4 @@ class ZPushAdminCLI {
}
?>
?>
\ No newline at end of file
......@@ -214,4 +214,4 @@ class StateMigrator20xto210 {
}
}
?>
?>
\ No newline at end of file
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment