rtld: reindent and style(9) elf_hash()

In preparation for an upcoming change (D39517).

Sponsored by:	The FreeBSD Foundation
This commit is contained in:
Ed Maste 2023-04-12 11:06:14 -04:00
parent 2ba2849c82
commit 87443cb6c6

View File

@ -1802,7 +1802,7 @@ donelist_check(DoneList *dlp, const Obj_Entry *obj)
unsigned long
elf_hash(const char *name)
{
const unsigned char *p = (const unsigned char *) name;
const unsigned char *p = (const unsigned char *)name;
unsigned long h = 0;
unsigned long g;