summaryrefslogtreecommitdiff
path: root/toke.c
diff options
context:
space:
mode:
authorGurusamy Sarathy <gsar@cpan.org>1998-05-18 07:51:19 +0000
committerGurusamy Sarathy <gsar@cpan.org>1998-05-18 07:51:19 +0000
commitd2719217c9b7910115cef7ea0c16d68e6b286cf7 (patch)
tree8b388dce5c146bf58433ed543f610f8361103d80 /toke.c
parent3c78fafa1650432985234f9821e053d8f64c6224 (diff)
downloadperl-d2719217c9b7910115cef7ea0c16d68e6b286cf7.tar.gz
[win32] more whitespace tweaks from maintbranch
p4raw-id: //depot/win32/perl@1009
Diffstat (limited to 'toke.c')
-rw-r--r--toke.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/toke.c b/toke.c
index 4a21941926..02f8cb9d2b 100644
--- a/toke.c
+++ b/toke.c
@@ -189,7 +189,7 @@ missingterm(char *s)
char q;
if (s) {
char *nl = strrchr(s,'\n');
- if (nl)
+ if (nl)
*nl = '\0';
}
else if (multi_close < 32 || multi_close == 127) {
@@ -5086,7 +5086,7 @@ scan_heredoc(register char *s)
}
sv_setpvn(tmpstr,d+1,s-d);
s += len - 1;
- curcop->cop_line++; /* the preceding stmt passes a newline */
+ curcop->cop_line++; /* the preceding stmt passes a newline */
sv_catpvn(herewas,s,bufend-s);
sv_setsv(linestr,herewas);