From a3d75db02224aa82fe8a42680c2e37d9a69699f1 Mon Sep 17 00:00:00 2001 From: José Fonseca Date: Mon, 24 Jun 2013 14:45:49 +0100 Subject: tools/trace: Fix syntax. Cleaned/commented up the code, but forgot to actually test before commiting... --- src/gallium/tools/trace/dump_state.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/gallium') diff --git a/src/gallium/tools/trace/dump_state.py b/src/gallium/tools/trace/dump_state.py index 60309a392d4..f7ac76935e5 100755 --- a/src/gallium/tools/trace/dump_state.py +++ b/src/gallium/tools/trace/dump_state.py @@ -62,7 +62,7 @@ def serialize(obj): if crc32 < 0: crc32 += 0x100000000 return 'blob(size=%u,crc32=0x%08x)' % (len(obj), crc32) - if True + if True: # Dump blobs as an array of 16byte hexadecimals res = [] for i in range(0, len(obj), 16): -- cgit v1.2.3