소스 검색

whitespace tweaks

Mike Frysinger 19 년 전
부모
커밋
95223e89a7
2개의 변경된 파일16개의 추가작업 그리고 17개의 파일을 삭제
  1. 5 6
      ldso/include/dlfcn.h
  2. 11 11
      ldso/include/unsecvars.h

+ 5 - 6
ldso/include/dlfcn.h

@@ -12,11 +12,10 @@
    `dladdr'.  */
    `dladdr'.  */
 typedef struct
 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;
 } Dl_info;
 
 
-
-#endif	/* dlfcn.h */
+#endif	/* _DLFCN_H */

+ 11 - 11
ldso/include/unsecvars.h

@@ -4,17 +4,17 @@
  * '\0' explicitly.
  * '\0' explicitly.
  */
  */
 
 
-#define UNSECURE_ENVVARS		\
-	"LD_AOUT_PRELOAD\0"		\
-	"LD_AOUT_LIBRARY_PATH\0"	\
-	"LD_PRELOAD\0"			\
- 	"LD_LIBRARY_PATH\0"		\
-	"LD_DEBUG\0"			\
-	"LD_DEBUG_OUTPUT\0"		\
-	"LD_TRACE_LOADED_OBJECTS\0"	\
-	"HOSTALIASES\0"			\
-	"LOCALDOMAIN\0"			\
-	"RES_OPTIONS\0"			\
+#define UNSECURE_ENVVARS \
+	"LD_AOUT_PRELOAD\0" \
+	"LD_AOUT_LIBRARY_PATH\0" \
+	"LD_PRELOAD\0" \
+	"LD_LIBRARY_PATH\0" \
+	"LD_DEBUG\0" \
+	"LD_DEBUG_OUTPUT\0" \
+	"LD_TRACE_LOADED_OBJECTS\0" \
+	"HOSTALIASES\0" \
+	"LOCALDOMAIN\0" \
+	"RES_OPTIONS\0" \
 	"TMPDIR\0"
 	"TMPDIR\0"
 
 
 /* 
 /*