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

@ -358,9 +358,9 @@ alpm_list_t *_alpm_checkdeps(pmdb_t *db, pmtranstype_t op,
pmdepend_t *depend = j->data;
found = 0;
/* check other targets */
for(k = packages; k && !found; k = k->next) {
pmpkg_t *p = k->data;
/* check other targets */
for(k = packages; k && !found; k = k->next) {
pmpkg_t *p = k->data;
found = alpm_depcmp(p, depend);
}

View file

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