svn commit: trunk/uClibc/ldso/include

egtvedt at uclibc.org egtvedt at uclibc.org
Mon Nov 3 15:41:17 UTC 2008


Author: egtvedt
Date: 2008-11-03 07:41:17 -0800 (Mon, 03 Nov 2008)
New Revision: 23912

Log:
Fix whitespace damage in file.

Signed-off-by: Hans-Christian Egtvedt <hans-christian.egtvedt at atmel.com>



Modified:
   trunk/uClibc/ldso/include/dl-hash.h


Changeset:
Modified: trunk/uClibc/ldso/include/dl-hash.h
===================================================================
--- trunk/uClibc/ldso/include/dl-hash.h	2008-11-03 12:28:17 UTC (rev 23911)
+++ trunk/uClibc/ldso/include/dl-hash.h	2008-11-03 15:41:17 UTC (rev 23912)
@@ -106,7 +106,7 @@
 
 extern struct dyn_elf     * _dl_symbol_tables;
 extern struct elf_resolve * _dl_loaded_modules;
-extern struct dyn_elf 	  * _dl_handles;
+extern struct dyn_elf     * _dl_handles;
 
 extern struct elf_resolve * _dl_add_elf_hash_table(const char * libname,
 	DL_LOADADDR_TYPE loadaddr, unsigned long * dynamic_info,




More information about the uClibc-cvs mailing list