summaryrefslogtreecommitdiff
path: root/regs.pl
diff options
context:
space:
mode:
authorH. Peter Anvin <hpa@zytor.com>2007-10-19 14:42:29 -0700
committerH. Peter Anvin <hpa@zytor.com>2007-10-19 14:42:29 -0700
commit7065309739ef398af07e470469f1ae6f0580200c (patch)
treea8d6e0e99b14899193014a87e80f013606a0d504 /regs.pl
parent31420e76d1e333825df39964888089181ccf8129 (diff)
downloadnasm-7065309739ef398af07e470469f1ae6f0580200c.tar.gz
nasm-7065309739ef398af07e470469f1ae6f0580200c.tar.bz2
nasm-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 'regs.pl')
-rwxr-xr-xregs.pl4
1 files changed, 2 insertions, 2 deletions
diff --git a/regs.pl b/regs.pl
index 404c2f6..3ba802c 100755
--- a/regs.pl
+++ b/regs.pl
@@ -42,7 +42,7 @@ sub process_line($) {
if ( !defined($disclass{$dclass}) ) {
$disclass{$dclass} = [];
}
-
+
$disclass{$dclass}->[$x86regno] = $reg;
}
@@ -69,7 +69,7 @@ while ( defined($line = <REGS>) ) {
chomp $line;
$line =~ s/\s*(\#.*|)$//;
-
+
next if ( $line eq '' );
process_line($line);