summaryrefslogtreecommitdiff
path: root/modules/rest/controllers/rest.php
diff options
context:
space:
mode:
authorTim Almdal <tnalmdal@shaw.ca>2010-03-13 23:11:33 -0800
committerTim Almdal <tnalmdal@shaw.ca>2010-03-13 23:11:33 -0800
commit13f5d3aa33616c650b84f504e11d1117769266d1 (patch)
tree11beb13ff55e8f6b4befec5494d27bab8420a02f /modules/rest/controllers/rest.php
parent995994b93aed3e6249b68bb10b6ac530adbbb4a6 (diff)
Whitespace correction
Diffstat (limited to 'modules/rest/controllers/rest.php')
-rw-r--r--modules/rest/controllers/rest.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/modules/rest/controllers/rest.php b/modules/rest/controllers/rest.php
index eed54bd4..9f9b9aff 100644
--- a/modules/rest/controllers/rest.php
+++ b/modules/rest/controllers/rest.php
@@ -36,7 +36,7 @@ class Rest_Controller extends Controller {
$key = rest::get_access_token($user->id);
rest::reply($key->access_key);
- }
+ }
public function __call($function, $args) {
$input = Input::instance();