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:
parent
3cd684b41d
commit
2322909703
53 changed files with 205 additions and 206 deletions
|
@ -358,9 +358,9 @@ alpm_list_t *_alpm_checkdeps(pmdb_t *db, pmtranstype_t op,
|
||||||
pmdepend_t *depend = j->data;
|
pmdepend_t *depend = j->data;
|
||||||
|
|
||||||
found = 0;
|
found = 0;
|
||||||
/* check other targets */
|
/* check other targets */
|
||||||
for(k = packages; k && !found; k = k->next) {
|
for(k = packages; k && !found; k = k->next) {
|
||||||
pmpkg_t *p = k->data;
|
pmpkg_t *p = k->data;
|
||||||
found = alpm_depcmp(p, depend);
|
found = alpm_depcmp(p, depend);
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
|
@ -333,4 +333,3 @@ int md5_file( const char *path, unsigned char *output )
|
||||||
fclose( f );
|
fclose( f );
|
||||||
return( 0 );
|
return( 0 );
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
Loading…
Add table
Reference in a new issue