Passed
Push — master ( 19ba64...f0b7bd )
by
unknown
19:03 queued 09:39
created
lib/utils/g_RFC822.php 1 patch
Switch Indentation   +12 added lines, -12 removed lines patch added patch discarded remove patch
@@ -410,22 +410,22 @@
 block discarded – undo
410 410
 
411 411
 		for (; $i < $iMax; ++$i) {
412 412
 			switch ($string[$i]) {
413
-			case '\\':
414
-				++$slashes;
413
+				case '\\':
414
+					++$slashes;
415 415
 
416
-				break;
416
+					break;
417 417
 
418
-			case '"':
419
-				if ($slashes % 2 == 0) {
420
-					$in_quote = !$in_quote;
421
-				}
422
-				// Fall through to default action below.
418
+				case '"':
419
+					if ($slashes % 2 == 0) {
420
+						$in_quote = !$in_quote;
421
+					}
422
+					// Fall through to default action below.
423 423
 
424
-				// no break
425
-			default:
426
-				$slashes = 0;
424
+					// no break
425
+				default:
426
+					$slashes = 0;
427 427
 
428
-				break;
428
+					break;
429 429
 			}
430 430
 		}
431 431
 
Please login to merge, or discard this patch.