diff options
author | H. Peter Anvin <hpa@zytor.com> | 2007-10-19 14:42:29 -0700 |
---|---|---|
committer | H. Peter Anvin <hpa@zytor.com> | 2007-10-19 14:42:29 -0700 |
commit | 7065309739ef398af07e470469f1ae6f0580200c (patch) | |
tree | a8d6e0e99b14899193014a87e80f013606a0d504 /doc/genps.pl | |
parent | 31420e76d1e333825df39964888089181ccf8129 (diff) | |
download | nasm-daily-7065309739ef398af07e470469f1ae6f0580200c.tar.gz nasm-daily-7065309739ef398af07e470469f1ae6f0580200c.tar.xz nasm-daily-7065309739ef398af07e470469f1ae6f0580200c.zip |
Formatting: kill off "stealth whitespace"
"Stealth whitespace" makes it harder to read diffs, and just generally
cause unwanted weirdness. Do a source-wide pass to get rid of it.
Diffstat (limited to 'doc/genps.pl')
-rwxr-xr-x | doc/genps.pl | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/doc/genps.pl b/doc/genps.pl index c80a1b2c..5517d844 100755 --- a/doc/genps.pl +++ b/doc/genps.pl @@ -561,7 +561,7 @@ for ( $i = 0 ; $i < $npara ; $i++ ) { push(@tocptypes, 'toc0'.' :'.$sech.':'.$chap.' '.$secn.':'); unshift(@{$paras[$i]}, - [-5, $xref], [0,$chap.' '.$secn.':'], [0, ' ']); + [-5, $xref], [0,$chap.' '.$secn.':'], [0, ' ']); } elsif ( $ptype eq 'head' || $ptype eq 'subh' ) { unless ( $xtype =~ /^\S+ (\S+) :(.*)$/ ) { die "Bad para"; |