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.
This commit is contained in:
H. Peter Anvin 2007-10-19 14:42:29 -07:00
parent 31420e76d1
commit 7065309739
44 changed files with 235 additions and 245 deletions

View file

@ -1417,4 +1417,3 @@ sub write_dip {
}
close(PARAS);
}

View file

@ -151,4 +151,3 @@ int32_t reloc_wrt(expr * vect)
} else
return NO_SEG;
}

View file

@ -825,4 +825,3 @@ int float_option(const char *option)
return -1; /* Unknown option */
}
}

View file

@ -23,4 +23,3 @@ int snprintf(char *str, size_t size, const char *format, ...)
return rv;
}

View file

@ -29,5 +29,3 @@ while ($line = <STDIN>) {
}
print $line, "\n";
}

View file

@ -225,4 +225,3 @@ int stdscan(void *private_data, struct tokenval *tv)
} else /* just an ordinary char */
return tv->t_type = (uint8_t)(*stdscan_bufptr++);
}

View file

@ -21,5 +21,3 @@ foreach $mode ('abs', 'rel') {
}
print "\nfoo:\n";

View file

@ -133,4 +133,3 @@ if ( $what eq 'h' ) {
}
exit 0;