From 610733eafd62e14a7293151fb735bac1f3d55590 Mon Sep 17 00:00:00 2001 From: Loui Chang Date: Thu, 25 Jun 2009 00:05:44 -0400 Subject: Remove excess whitespace. Signed-off-by: Loui Chang --- web/html/rpc.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'web/html/rpc.php') 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. -- cgit v1.2.3-24-g4f1b