[uClibc-cvs] uClibc/utils bswap.h,1.1,1.2 readsoname.h,1.1,1.2

Erik Andersen andersen at uclibc.org
Tue Feb 10 09:40:21 UTC 2004


Update of /var/cvs/uClibc/utils
In directory nail:/tmp/cvs-serv25668

Modified Files:
	bswap.h readsoname.h 
Log Message:
clean trailing whitespace


Index: bswap.h
===================================================================
RCS file: /var/cvs/uClibc/utils/bswap.h,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -d -r1.1 -r1.2
--- bswap.h	6 Nov 2003 22:38:46 -0000	1.1
+++ bswap.h	10 Feb 2004 09:40:18 -0000	1.2
@@ -38,7 +38,7 @@
        uint32_t res;
 
        swab((void*)&x, (void*)&res, sizeof(uint32_t));
-       
+
        return res;
      }
 

Index: readsoname.h
===================================================================
RCS file: /var/cvs/uClibc/utils/readsoname.h,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -d -r1.1 -r1.2
--- readsoname.h	6 Nov 2003 22:38:47 -0000	1.1
+++ readsoname.h	10 Feb 2004 09:40:18 -0000	1.2
@@ -1,4 +1,4 @@
-char *readsoname(char *name, FILE *file, int expected_type, 
+char *readsoname(char *name, FILE *file, int expected_type,
 		 int *type, int elfclass);
 char *readsoname32(char *name, FILE *file, int expected_type, int *type);
 char *readsoname64(char *name, FILE *file, int expected_type, int *type);




More information about the uClibc-cvs mailing list