projects
/
xen.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
b89c3d3
)
libxl: correct indentation of _libxl_types.c
author
Ian Campbell
<ian.campbell@citrix.com>
Tue, 31 Aug 2010 18:15:42 +0000
(19:15 +0100)
committer
Ian Campbell
<ian.campbell@citrix.com>
Tue, 31 Aug 2010 18:15:42 +0000
(19:15 +0100)
Signed-off-by: Ian Campbell <ian.campbell@citrix.com>
Signed-off-by: Ian Jackson <ian.jackson@eu.citrix.com>
tools/libxl/gentypes.py
patch
|
blob
|
history
diff --git
a/tools/libxl/gentypes.py
b/tools/libxl/gentypes.py
index 538a1c3304998da21090caeba5d8b4c291c2d060..20d403079a53572152f5711dd316b417362f85b4 100644
(file)
--- a/
tools/libxl/gentypes.py
+++ b/
tools/libxl/gentypes.py
@@
-159,7
+159,7
@@
if __name__ == '__main__':
f.write("void %s(%s *p)\n" % (ty.destructor_fn, ty.typename))
f.write("{\n")
f.write(libxl_C_type_destroy(ty, "p", True))
- f.write("
\t
memset(p, LIBXL_DTOR_POISON, sizeof(*p));\n")
+ f.write("
memset(p, LIBXL_DTOR_POISON, sizeof(*p));\n")
f.write("}\n")
f.write("\n")
f.close()