From 5e0627f41bd05c410b52885d472d95f19a1ab6e7 Mon Sep 17 00:00:00 2001 From: ozh Date: Tue, 29 Oct 2013 19:32:26 +0100 Subject: [PATCH] Coding style (same white space as original file) --- flight/Engine.php | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/flight/Engine.php b/flight/Engine.php index 6cf27f5..7c8e55f 100644 --- a/flight/Engine.php +++ b/flight/Engine.php @@ -446,8 +446,8 @@ class Engine { * @param mixed $data Data to JSON encode */ public function _jsonp($data) { - // Get the callback value (eg '?jsonp=my_function') and pad the output - $callback = \Flight::request()->query[ $this->get('flight.jsonp.callback') ]; + // Get the callback value (eg '?jsonp=my_function') and pad the output + $callback = \Flight::request()->query[ $this->get('flight.jsonp.callback') ]; $this->response() ->status(200) ->header('Content-Type', 'application/javascript')