From 0e9b9f4f5ffb180a872ab06f9d124704372282a3 Mon Sep 17 00:00:00 2001
From: Thomas Mueller <thomas.mueller@tmit.eu>
Date: Tue, 19 Feb 2013 00:48:38 +0100
Subject: [PATCH] no pretty print

---
 apps/files_external/lib/config.php | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/apps/files_external/lib/config.php b/apps/files_external/lib/config.php
index 3f08610b2b..d31c2f35a6 100755
--- a/apps/files_external/lib/config.php
+++ b/apps/files_external/lib/config.php
@@ -312,7 +312,7 @@ class OC_Mount_Config {
 		} else {
 			$file = OC::$SERVERROOT.'/config/mount.json';
 		}
-		$content = json_encode($data, JSON_PRETTY_PRINT);
+		$content = json_encode($data);
 		@file_put_contents($file, $content);
 	}
 
-- 
GitLab