summaryrefslogtreecommitdiff
path: root/_darcs/pristine/classes/CommandInterpreter.php
diff options
context:
space:
mode:
Diffstat (limited to '_darcs/pristine/classes/CommandInterpreter.php')
-rw-r--r--_darcs/pristine/classes/CommandInterpreter.php3
1 files changed, 2 insertions, 1 deletions
diff --git a/_darcs/pristine/classes/CommandInterpreter.php b/_darcs/pristine/classes/CommandInterpreter.php
index db02ce541..ff078bb05 100644
--- a/_darcs/pristine/classes/CommandInterpreter.php
+++ b/_darcs/pristine/classes/CommandInterpreter.php
@@ -23,7 +23,8 @@ require_once(INSTALLDIR.'/classes/Command.php');
class CommandInterpreter {
- function handle_command($user, $text) {
+ function handle_command($user, $text)
+ {
# XXX: localise
$text = preg_replace('/\s+/', ' ', trim($text));