mirror of
https://gitlab.freedesktop.org/mesa/mesa.git
synced 2026-05-08 09:08:10 +02:00
intel: Generate files with newline at end
This generator scripts uses the `write` function that, unlike `print`, doesn't print a trailing newline. So let's add one to the template. Reviewed-by: Faith Ekstrand <faith.ekstrand@collabora.com> Reviewed-by: Marek Olšák <marek.olsak@amd.com> Part-of: <https://gitlab.freedesktop.org/mesa/mesa/-/merge_requests/35697>
This commit is contained in:
parent
6100dbc3d0
commit
6a47531440
1 changed files with 2 additions and 1 deletions
|
|
@ -129,7 +129,8 @@ ${emit_per_gen_prop_func(field, 'start', False)}
|
|||
}
|
||||
#endif
|
||||
|
||||
#endif /* ${guard} */""")
|
||||
#endif /* ${guard} */
|
||||
""")
|
||||
|
||||
class Gen(object):
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue