Passed
Push — master ( 7cc697...dda0a9 )
by
unknown
35:39 queued 23:10
created
mapitags.php 1 patch
Indentation   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -20,7 +20,7 @@
 block discarded – undo
20 20
 
21 21
 /* The persistent settings are settings that will not be touched when the settings are reset */
22 22
 if (!defined('PR_EC_WEBAPP_PERSISTENT_SETTINGS_JSON')) {
23
-    define('PR_EC_WEBAPP_PERSISTENT_SETTINGS_JSON', mapi_prop_tag(PT_STRING8, 0x6774));
23
+	define('PR_EC_WEBAPP_PERSISTENT_SETTINGS_JSON', mapi_prop_tag(PT_STRING8, 0x6774));
24 24
 }
25 25
 define('PR_EC_DISABLED_FEATURES', mapi_prop_tag(PT_MV_TSTRING, 0x67B4));
26 26
 
Please login to merge, or discard this patch.