From afadf93d317e27fd848f1e70d5849169f862aed9 Mon Sep 17 00:00:00 2001 From: Felix Moeller Date: Fri, 2 Nov 2012 19:53:02 +0100 Subject: Checkstyle: many fixes --- lib/json.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'lib/json.php') diff --git a/lib/json.php b/lib/json.php index cc6cee6caff..be37f94ca65 100644 --- a/lib/json.php +++ b/lib/json.php @@ -120,7 +120,7 @@ class OC_JSON{ /** * Encode and print $data in json format */ - public static function encodedPrint($data,$setContentType=true) { + public static function encodedPrint($data, $setContentType=true) { // Disable mimesniffing, don't move this to setContentTypeHeader! header( 'X-Content-Type-Options: nosniff' ); if($setContentType) { -- cgit v1.2.3