Browse Source

eat pointless whitespace

Mike Frysinger 20 years ago
parent
commit
f50c17eb71
1 changed files with 1 additions and 1 deletions
  1. 1 1
      ldso/ldso/dl-hash.c

+ 1 - 1
ldso/ldso/dl-hash.c

@@ -154,7 +154,7 @@ char *_dl_find_hash(const char *name, struct dyn_elf *rpnt, struct elf_resolve *
 	char *weak_result = NULL;
 
 	elf_hash_number = _dl_elf_hash(name);
-	   
+
 	for (; rpnt; rpnt = rpnt->next) {
 		tpnt = rpnt->dyn;