War on whitespace

Run the kernel's cleanfile script on all of our source files.

Signed-off-by: Dan McGee <dan@archlinux.org>
This commit is contained in:
Dan McGee 2007-11-16 20:18:45 -06:00
parent 3cd684b41d
commit 2322909703
53 changed files with 205 additions and 206 deletions

View file

@ -333,4 +333,3 @@ int md5_file( const char *path, unsigned char *output )
fclose( f ); fclose( f );
return( 0 ); return( 0 );
} }