bindings: cxx: use () instead of (void) in line_settings::reset()
authorBartosz Golaszewski <bartosz.golaszewski@linaro.org>
Mon, 26 Jun 2023 10:44:57 +0000 (12:44 +0200)
committerBartosz Golaszewski <bartosz.golaszewski@linaro.org>
Tue, 27 Jun 2023 08:48:09 +0000 (10:48 +0200)
commit4510231c95a087f58a155cf74164e403e1e0584f
tree14b553d066e8bf301dfc8b071bc1eea663adbc68
parent753c33142f450f1fae60ae9a74b9c5b499be5ae0
bindings: cxx: use () instead of (void) in line_settings::reset()

While () and (void) are synonymous in C++, we use () everywhere else so
fix the only exception. This DOES NOT change the ABI as the generated
symbol is the same (at least as verified on gcc and clang).

Signed-off-by: Bartosz Golaszewski <bartosz.golaszewski@linaro.org>
bindings/cxx/gpiodcxx/line-settings.hpp
bindings/cxx/line-settings.cpp