diff options
author | Eric Andersen <andersen@codepoet.org> | 2004-02-10 09:40:18 +0000 |
---|---|---|
committer | Eric Andersen <andersen@codepoet.org> | 2004-02-10 09:40:18 +0000 |
commit | ef92d76ba0cce9148e3f10094f086c06d10513b5 (patch) | |
tree | d64e36608bb67f2d456cd6f32005177d5d1c5169 | |
parent | 70709408336e483de74947eb53e9ba01ef4ab140 (diff) |
clean trailing whitespace
-rw-r--r-- | utils/bswap.h | 2 | ||||
-rw-r--r-- | utils/readsoname.h | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/utils/bswap.h b/utils/bswap.h index 1742d2507..7ca267bdd 100644 --- a/utils/bswap.h +++ b/utils/bswap.h @@ -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; } diff --git a/utils/readsoname.h b/utils/readsoname.h index 78d2216e0..91823ff7a 100644 --- a/utils/readsoname.h +++ b/utils/readsoname.h @@ -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); |