Explorar o código

[index] Fix indentation using tabs

logmanoriginal %!s(int64=6) %!d(string=hai) anos
pai
achega
de5f850cdb
Modificáronse 1 ficheiros con 8 adicións e 9 borrados
  1. 8 9
      index.php

+ 8 - 9
index.php

@@ -207,9 +207,9 @@ try {
 			header('Content-Type: text/html');
 			die(buildBridgeException($e, $bridge));
 		} catch(Exception $e) {
-                        http_response_code($e->getCode());
-                        header('Content-Type: text/html');
-                        die(buildBridgeException($e, $bridge));
+			http_response_code($e->getCode());
+			header('Content-Type: text/html');
+			die(buildBridgeException($e, $bridge));
 		}
 
 		// Data transformation
@@ -222,12 +222,11 @@ try {
 			http_response_code($e->getCode());
 			header('Content-Type: text/html');
 			die(buildTransformException($e, $bridge));
-                } catch(Exception $e) {
-                        http_response_code($e->getCode());
-                        header('Content-Type: text/html');
-                        die(buildBridgeException($e, $bridge));
-                }
-
+		} catch(Exception $e) {
+			http_response_code($e->getCode());
+			header('Content-Type: text/html');
+			die(buildBridgeException($e, $bridge));
+		}
 
 		die;
 	}