From f851d3dbf9a9e2f1fe6d32e408a1f7b91074dbeb Mon Sep 17 00:00:00 2001 From: Mikael Nordfeldth Date: Sun, 24 Aug 2014 13:33:52 +0200 Subject: [PATCH] tabs to spaces --- plugins/Meteor/MeteorPlugin.php | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/plugins/Meteor/MeteorPlugin.php b/plugins/Meteor/MeteorPlugin.php index c7d648ed16..d2341980d2 100644 --- a/plugins/Meteor/MeteorPlugin.php +++ b/plugins/Meteor/MeteorPlugin.php @@ -104,10 +104,10 @@ class MeteorPlugin extends RealtimePlugin { $script = parent::_updateInitialize($timeline, $user_id); $ours = sprintf("MeteorUpdater.init(%s, %s, %s, %s);", - json_encode($this->webserver), - json_encode($this->webport), - json_encode($this->protocol), - json_encode($timeline)); + json_encode($this->webserver), + json_encode($this->webport), + json_encode($this->protocol), + json_encode($timeline)); return $script." ".$ours; }