From: Bartosz Golaszewski Date: Tue, 28 Apr 2020 15:35:03 +0000 (+0200) Subject: bindings: cxx: drop a stray newline X-Git-Url: http://git.maquefel.me/?a=commitdiff_plain;h=39f2cdf301ad045aceb419acb5d4eeaa65dc81f2;p=qemu-gpiodev%2Flibgpiod.git bindings: cxx: drop a stray newline Drop an unnecessary newline from struct line_event. Signed-off-by: Bartosz Golaszewski --- diff --git a/bindings/cxx/gpiod.hpp b/bindings/cxx/gpiod.hpp index 07f465f..271e444 100644 --- a/bindings/cxx/gpiod.hpp +++ b/bindings/cxx/gpiod.hpp @@ -541,7 +541,6 @@ GPIOD_API line find_line(const ::std::string& name); */ struct line_event { - /** * @brief Possible event types. */