Passed
Push — master ( d7fd99...ee5080 )
by
unknown
02:37 queued 13s
created
class.freebusy.php 1 patch
Indentation   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -82,7 +82,7 @@
 block discarded – undo
82 82
 
83 83
 			// Ensure to return false if an exception occurs
84 84
 			error_log("getLocalFreeBusyMessage: unhandled MAPIException " . $e->getMessage());
85
-		        return false;
85
+				return false;
86 86
 
87 87
 		}
88 88
 
Please login to merge, or discard this patch.