diff options
author | Bart Visscher <bartv@thisnet.nl> | 2012-08-29 20:34:44 +0200 |
---|---|---|
committer | Bart Visscher <bartv@thisnet.nl> | 2012-08-29 20:34:44 +0200 |
commit | db18218a1bba86e364fd4fec08c2e1a0eb4e7b16 (patch) | |
tree | cfa630c22ea74e3d6bd6258b78776a1d8b5c84bd /lib/public/json.php | |
parent | 9e32e0730644a4340b2f88b0d8750fd1f8e8903a (diff) | |
download | nextcloud-server-db18218a1bba86e364fd4fec08c2e1a0eb4e7b16.tar.gz nextcloud-server-db18218a1bba86e364fd4fec08c2e1a0eb4e7b16.zip |
Space before tab fixes
Diffstat (limited to 'lib/public/json.php')
-rw-r--r-- | lib/public/json.php | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/public/json.php b/lib/public/json.php index 2a74535f417..c37b42c3f74 100644 --- a/lib/public/json.php +++ b/lib/public/json.php @@ -92,7 +92,7 @@ class JSON { * Send json success msg * * Return a json success message with optional extra data. - * @see OCP\JSON::error() for the format to use. + * @see OCP\JSON::error() for the format to use. * * @param array $data The data to use * @return string json formatted string. |