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

Sort bindings (nicer appearance in source code)

parent c512c755
No related merge requests found
......@@ -271,6 +271,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% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment