mirror of
https://github.com/RSS-Bridge/rss-bridge.git
synced 2025-08-02 22:57:26 +02:00
[index] Fix indentation using tabs
This commit is contained in:
17
index.php
17
index.php
@@ -207,9 +207,9 @@ try {
|
|||||||
header('Content-Type: text/html');
|
header('Content-Type: text/html');
|
||||||
die(buildBridgeException($e, $bridge));
|
die(buildBridgeException($e, $bridge));
|
||||||
} catch(Exception $e) {
|
} catch(Exception $e) {
|
||||||
http_response_code($e->getCode());
|
http_response_code($e->getCode());
|
||||||
header('Content-Type: text/html');
|
header('Content-Type: text/html');
|
||||||
die(buildBridgeException($e, $bridge));
|
die(buildBridgeException($e, $bridge));
|
||||||
}
|
}
|
||||||
|
|
||||||
// Data transformation
|
// Data transformation
|
||||||
@@ -222,12 +222,11 @@ try {
|
|||||||
http_response_code($e->getCode());
|
http_response_code($e->getCode());
|
||||||
header('Content-Type: text/html');
|
header('Content-Type: text/html');
|
||||||
die(buildTransformException($e, $bridge));
|
die(buildTransformException($e, $bridge));
|
||||||
} catch(Exception $e) {
|
} catch(Exception $e) {
|
||||||
http_response_code($e->getCode());
|
http_response_code($e->getCode());
|
||||||
header('Content-Type: text/html');
|
header('Content-Type: text/html');
|
||||||
die(buildBridgeException($e, $bridge));
|
die(buildBridgeException($e, $bridge));
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
||||||
die;
|
die;
|
||||||
}
|
}
|
||||||
|
Reference in New Issue
Block a user