glapi: Reformat python code generation scripts to use 4-space indentation.
authorPaul Berry <stereotype441@gmail.com>
Wed, 10 Oct 2012 14:20:57 +0000 (07:20 -0700)
committerPaul Berry <stereotype441@gmail.com>
Wed, 10 Oct 2012 18:19:14 +0000 (11:19 -0700)
commit99802519b47983be8301a0283f2946a44a9656a5
tree6d1e8bbcbb6c3fbc81eb14a56253b08ae95f61a0
parent856464979bb50c9209c19b66147c8f94cdf5be43
glapi: Reformat python code generation scripts to use 4-space indentation.

This brings us into accordance with the official Python style guide
(http://www.python.org/dev/peps/pep-0008/#indentation).

To preserve the indentation of the c code that is generated by these
scripts, I've avoided re-indenting triple-quoted strings (unless those
strings appear to be docstrings).

Acked-by: Kenneth Graunke <kenneth@whitecape.org>
Reviewed-by: Ian Romanick <ian.d.romanick@intel.com>
21 files changed:
src/mapi/glapi/gen/extension_helper.py
src/mapi/glapi/gen/glX_XML.py
src/mapi/glapi/gen/glX_doc.py
src/mapi/glapi/gen/glX_proto_common.py
src/mapi/glapi/gen/glX_proto_recv.py
src/mapi/glapi/gen/glX_proto_send.py
src/mapi/glapi/gen/glX_proto_size.py
src/mapi/glapi/gen/glX_server_table.py
src/mapi/glapi/gen/gl_SPARC_asm.py
src/mapi/glapi/gen/gl_XML.py
src/mapi/glapi/gen/gl_apitemp.py
src/mapi/glapi/gen/gl_enums.py
src/mapi/glapi/gen/gl_gentable.py
src/mapi/glapi/gen/gl_offsets.py
src/mapi/glapi/gen/gl_procs.py
src/mapi/glapi/gen/gl_table.py
src/mapi/glapi/gen/gl_x86-64_asm.py
src/mapi/glapi/gen/gl_x86_asm.py
src/mapi/glapi/gen/mesadef.py
src/mapi/glapi/gen/remap_helper.py
src/mapi/glapi/gen/typeexpr.py