OSDN Git Service

clean trailing whitespace
authorEric Andersen <andersen@codepoet.org>
Tue, 10 Feb 2004 09:40:18 +0000 (09:40 -0000)
committerEric Andersen <andersen@codepoet.org>
Tue, 10 Feb 2004 09:40:18 +0000 (09:40 -0000)
utils/bswap.h
utils/readsoname.h

index 1742d25..7ca267b 100644 (file)
@@ -38,7 +38,7 @@ static __inline__ uint32_t bswap_32(uint32_t x)
        uint32_t res;
 
        swab((void*)&x, (void*)&res, sizeof(uint32_t));
-       
+
        return res;
      }
 
index 78d2216..91823ff 100644 (file)
@@ -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);