Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(76)

Unified Diff: elf/nacl_fixup_ldso.py

Issue 605943003: Whitespace change to bump glibc rev for nacl-gcc va_list ABI change. (Closed) Base URL: http://git.chromium.org/native_client/nacl-glibc.git@master
Patch Set: one more space Created 6 years, 2 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « no previous file | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: elf/nacl_fixup_ldso.py
diff --git a/elf/nacl_fixup_ldso.py b/elf/nacl_fixup_ldso.py
index a5eb1f9eea1e32680b10909f76a2c97bb4ab61b1..a03343a7d92a522ebbbd9daaf9fc4a7ddebf7b73 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+")
-
+
def check(ty, offset, expected):
fh.seek(offset)
data = fh.read(struct.calcsize(ty))
« no previous file with comments | « no previous file | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698