summaryrefslogtreecommitdiffstats
path: root/lib/Language/TECO.pm
diff options
context:
space:
mode:
Diffstat (limited to 'lib/Language/TECO.pm')
-rw-r--r--lib/Language/TECO.pm10
1 files changed, 5 insertions, 5 deletions
diff --git a/lib/Language/TECO.pm b/lib/Language/TECO.pm
index 8acab1c..63b9e98 100644
--- a/lib/Language/TECO.pm
+++ b/lib/Language/TECO.pm
@@ -26,11 +26,11 @@ sub reset {
$self->{command} = '';
$self->{current_num} = 'n1';
- $self->{n1} = undef;
- $self->{n2} = undef;
- $self->{at} = 0;
- $self->{colon} = 0;
- $self->{negate} = 0;
+ $self->{n1} = undef;
+ $self->{n2} = undef;
+ $self->{at} = 0;
+ $self->{colon} = 0;
+ $self->{negate} = 0;
}
sub num {