bindings: python: add semicolons to PyObject_HEAD
authorBartosz Golaszewski <bgolaszewski@baylibre.com>
Tue, 2 Mar 2021 09:31:51 +0000 (10:31 +0100)
committerBartosz Golaszewski <bgolaszewski@baylibre.com>
Tue, 2 Mar 2021 11:05:55 +0000 (12:05 +0100)
commit55070b0eb6d4eb41b9de9da5ec4ee936ec729c21
tree3042aba7c12306d7a3e8b2037e186ac6054e2e68
parentea84f882d5d39b734a5756b3a6950da4896b9a0a
bindings: python: add semicolons to PyObject_HEAD

While not necessary to compile, the PyObject_HEAD macros look more
consistent with the rest of the code if they too have semicolons at the
end of the lines.

Signed-off-by: Bartosz Golaszewski <bgolaszewski@baylibre.com>
bindings/python/gpiodmodule.c