treewide: add missing commas to enums and struct definitions
authorBartosz Golaszewski <bartosz.golaszewski@linaro.org>
Wed, 7 Dec 2022 09:35:53 +0000 (10:35 +0100)
committerBartosz Golaszewski <bartosz.golaszewski@linaro.org>
Fri, 9 Dec 2022 09:16:11 +0000 (10:16 +0100)
commit66af3e1af80aa65698baef7251c7beb8e05a7639
tree2770d45e1e4392f7c953ad9138a565e78790b12a
parent72bce4cd967c3c10503f1c5a4e7d530bb2f554d1
treewide: add missing commas to enums and struct definitions

The code is not consistent with regard to following the last element in
enums and struct definitions with a comma. Unless the last element is
guaranteed not to change (e.g. '{ }', or NULL), follow it with a comma
treewide to avoid churn in git when adding new values.

Signed-off-by: Bartosz Golaszewski <bartosz.golaszewski@linaro.org>
bindings/cxx/edge-event.cpp
bindings/cxx/gpiodcxx/edge-event.hpp
bindings/cxx/gpiodcxx/info-event.hpp
bindings/cxx/gpiodcxx/line.hpp
bindings/cxx/info-event.cpp
bindings/cxx/line-info.cpp
bindings/cxx/line-settings.cpp
bindings/cxx/line.cpp
bindings/cxx/tests/gpiosim.cpp
bindings/cxx/tests/gpiosim.hpp
include/gpiod.h