diff options
author | Loui Chang <louipc.ist@gmail.com> | 2009-06-25 06:05:44 +0200 |
---|---|---|
committer | Loui Chang <louipc.ist@gmail.com> | 2009-06-25 06:05:44 +0200 |
commit | 610733eafd62e14a7293151fb735bac1f3d55590 (patch) | |
tree | 0811f9b6132789c5cfa1395286f6ba591690eb2c /web/html/rpc.php | |
parent | 928945bd5141c2f97cfc78ddb305547bf3d9246e (diff) | |
download | aur-610733eafd62e14a7293151fb735bac1f3d55590.tar.gz aur-610733eafd62e14a7293151fb735bac1f3d55590.tar.xz |
Remove excess whitespace.1.5.6.3
Signed-off-by: Loui Chang <louipc.ist@gmail.com>
Diffstat (limited to 'web/html/rpc.php')
-rw-r--r-- | web/html/rpc.php | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/web/html/rpc.php b/web/html/rpc.php index 033cba59..f94d5bc0 100644 --- a/web/html/rpc.php +++ b/web/html/rpc.php @@ -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. |