From 95223e89a73482c9f4f43ca3babf9edd01f6415b Mon Sep 17 00:00:00 2001 From: Mike Frysinger Date: Thu, 30 Jun 2005 22:29:02 +0000 Subject: whitespace tweaks --- ldso/include/dlfcn.h | 11 +++++------ 1 file changed, 5 insertions(+), 6 deletions(-) (limited to 'ldso/include/dlfcn.h') diff --git a/ldso/include/dlfcn.h b/ldso/include/dlfcn.h index 484558d83..0bacc1a22 100644 --- a/ldso/include/dlfcn.h +++ b/ldso/include/dlfcn.h @@ -12,11 +12,10 @@ `dladdr'. */ typedef struct { - __const char *dli_fname; /* File name of defining object. */ - void *dli_fbase; /* Load address of that object. */ - __const char *dli_sname; /* Name of nearest symbol. */ - void *dli_saddr; /* Exact value of nearest symbol. */ + __const char *dli_fname; /* File name of defining object. */ + void *dli_fbase; /* Load address of that object. */ + __const char *dli_sname; /* Name of nearest symbol. */ + void *dli_saddr; /* Exact value of nearest symbol. */ } Dl_info; - -#endif /* dlfcn.h */ +#endif /* _DLFCN_H */ -- cgit v1.2.3