summaryrefslogtreecommitdiff
path: root/fml/lib/FML/Process/Command.pm
diff options
context:
space:
mode:
authorfukachan <fukachan>2004-07-23 15:58:59 +0000
committerfukachan <fukachan>2004-07-23 15:58:59 +0000
commita12f82dba895a9ecc7d624af8e6594a0c60271c2 (patch)
tree709178fe95ceb94575b23abd6cb4fe82fe944881 /fml/lib/FML/Process/Command.pm
parent490d4269214ec44227147cf6a85b9ed6458688aa (diff)
downloadfml8-a12f82dba895a9ecc7d624af8e6594a0c60271c2.tar.gz
fml8-a12f82dba895a9ecc7d624af8e6594a0c60271c2.tar.bz2
fml8-a12f82dba895a9ecc7d624af8e6594a0c60271c2.zip
white space cosmetics
Diffstat (limited to 'fml/lib/FML/Process/Command.pm')
-rw-r--r--fml/lib/FML/Process/Command.pm6
1 files changed, 3 insertions, 3 deletions
diff --git a/fml/lib/FML/Process/Command.pm b/fml/lib/FML/Process/Command.pm
index 330f3471..2bf03b03 100644
--- a/fml/lib/FML/Process/Command.pm
+++ b/fml/lib/FML/Process/Command.pm
@@ -3,7 +3,7 @@
# Copyright (C) 2000,2001,2002,2003,2004 Ken'ichi Fukamachi
# All rights reserved.
#
-# $FML: Command.pm,v 1.108 2004/05/29 03:45:12 fukachan Exp $
+# $FML: Command.pm,v 1.109 2004/07/23 12:58:26 fukachan Exp $
#
package FML::Process::Command;
@@ -400,7 +400,7 @@ sub _command_switch
else {
$num_ignored++;
$curproc->reply_message("\n$_prompt");
- $curproc->reply_message_nl("command.not_command",
+ $curproc->reply_message_nl("command.not_command",
"no such command.",
$msg_args);
$curproc->log("ignore command: $comname");
@@ -456,7 +456,7 @@ sub _command_execute
# command dependent syntax checker.
unless ($dispatch->verify_syntax($curproc, $command_args)) {
- $curproc->reply_message_nl('command.insecure',
+ $curproc->reply_message_nl('command.insecure',
"stopped due to insecure syntax.",
$msg_args);
$curproc->logerror("insecure syntax: \"$masked_command\"");