Skip to content
Snippets Groups Projects
Commit a38b1571 authored by Stephan Seitz's avatar Stephan Seitz
Browse files

Sort bindings (nicer appearance in source code)

parent 07132e30
No related branches found
No related tags found
No related merge requests found
......@@ -241,6 +241,7 @@ class CBackend:
"" if type(u) == FieldPointerSymbol else ("[%i]" % u.coordinate))
for u in undefined_field_symbols
]
destructuring_bindings.sort() # only for code aesthetics
template = jinja2.Template(
"""{
{% for binding in bindings -%}
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment