mirror of
https://gitlab.archlinux.org/archlinux/aurweb.git
synced 2025-02-03 10:43:03 +01:00
Remove excess whitespace.
Signed-off-by: Loui Chang <louipc.ist@gmail.com>
This commit is contained in:
parent
928945bd51
commit
610733eafd
8 changed files with 14 additions and 15 deletions
|
@ -10,7 +10,7 @@ if ( $_SERVER['REQUEST_METHOD'] == 'GET' ) {
|
|||
if ( isset($_GET['type']) ) {
|
||||
echo $rpc_o->handle($_GET);
|
||||
}
|
||||
else {
|
||||
else {
|
||||
// dump a simple usage output for people to use.
|
||||
// this could be moved to an api doc in the future, or generated from
|
||||
// the AurJSON class directly with phpdoc. For now though, just putting it here.
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue