diff options
author | Gurusamy Sarathy <gsar@cpan.org> | 1998-05-18 07:51:19 +0000 |
---|---|---|
committer | Gurusamy Sarathy <gsar@cpan.org> | 1998-05-18 07:51:19 +0000 |
commit | d2719217c9b7910115cef7ea0c16d68e6b286cf7 (patch) | |
tree | 8b388dce5c146bf58433ed543f610f8361103d80 /toke.c | |
parent | 3c78fafa1650432985234f9821e053d8f64c6224 (diff) | |
download | perl-d2719217c9b7910115cef7ea0c16d68e6b286cf7.tar.gz |
[win32] more whitespace tweaks from maintbranch
p4raw-id: //depot/win32/perl@1009
Diffstat (limited to 'toke.c')
-rw-r--r-- | toke.c | 4 |
1 files changed, 2 insertions, 2 deletions
@@ -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); |