libxl: correct indentation of _libxl_types.c
authorIan Campbell <ian.campbell@citrix.com>
Tue, 31 Aug 2010 18:15:42 +0000 (19:15 +0100)
committerIan 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

index 538a1c3304998da21090caeba5d8b4c291c2d060..20d403079a53572152f5711dd316b417362f85b4 100644 (file)
@@ -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("\tmemset(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()