From 6a00a6b9ed49f9a9da044772e7ca7f3506672100 Mon Sep 17 00:00:00 2001 From: Felix Moeller Date: Tue, 23 Oct 2012 00:28:12 +0200 Subject: Make Jenkins more happy. This is NoSpaceAfterComma --- lib/eventsource.php | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'lib/eventsource.php') diff --git a/lib/eventsource.php b/lib/eventsource.php index 900b5b101e6..3bada131bdd 100644 --- a/lib/eventsource.php +++ b/lib/eventsource.php @@ -38,7 +38,7 @@ class OC_EventSource{ if($this->fallback) { $this->fallBackId=$_GET['fallback_id']; header("Content-Type: text/html"); - echo str_repeat(''.PHP_EOL,10); //dummy data to keep IE happy + echo str_repeat(''.PHP_EOL, 10); //dummy data to keep IE happy }else{ header("Content-Type: text/event-stream"); } @@ -78,6 +78,6 @@ class OC_EventSource{ * close the connection of the even source */ public function close() { - $this->send('__internal__','close');//server side closing can be an issue, let the client do it + $this->send('__internal__', 'close');//server side closing can be an issue, let the client do it } -} \ No newline at end of file +} -- cgit v1.2.3