Chromium Code Reviews| Index: elf/nacl_fixup_ldso.py |
| diff --git a/elf/nacl_fixup_ldso.py b/elf/nacl_fixup_ldso.py |
| index a5eb1f9eea1e32680b10909f76a2c97bb4ab61b1..7547597bc8221f49e60b7fcd27f260af47d2aabd 100644 |
| --- a/elf/nacl_fixup_ldso.py |
| +++ b/elf/nacl_fixup_ldso.py |
| @@ -27,7 +27,7 @@ def main(args): |
| raise Exception("Usage: fixup <filename>") |
| filename = args[0] |
| fh = open(filename, "r+") |
| - |
| + |
|
Mark Seaborn
2014/10/07 21:58:29
Nit: is there still trailing whitespace here? You
jvoung (off chromium)
2014/10/07 23:04:21
Done
|
| def check(ty, offset, expected): |
| fh.seek(offset) |
| data = fh.read(struct.calcsize(ty)) |