From 52600ce0b063e68e622b19699841e41b5ddbf2d1 Mon Sep 17 00:00:00 2001 From: Evan Prodromou Date: Tue, 20 May 2008 15:14:12 -0400 Subject: trim whitespace darcs-hash:20080520191412-84dde-a607dbe848279639630edd1ab4616d05cc2318d1.gz --- lib/action.php | 14 +++++++------- 1 file changed, 7 insertions(+), 7 deletions(-) (limited to 'lib/action.php') diff --git a/lib/action.php b/lib/action.php index c3eacf44e..8d4a0b7ab 100644 --- a/lib/action.php +++ b/lib/action.php @@ -1,18 +1,18 @@ . */ @@ -22,10 +22,10 @@ if (!defined('LACONICA')) { exit(1); } class Action { // lawsuit var $args; - + function Action() { } - + function arg($key) { if (array_key_exists($key, $this->args)) { return $this->args[$key]; @@ -33,7 +33,7 @@ class Action { // lawsuit return NULL; } } - + function handle($argarray) { $this->args = array(); foreach ($argarray as $k => $v) { -- cgit v1.2.3-54-g00ecf