From 39f2cdf301ad045aceb419acb5d4eeaa65dc81f2 Mon Sep 17 00:00:00 2001 From: Bartosz Golaszewski Date: Tue, 28 Apr 2020 17:35:03 +0200 Subject: [PATCH] bindings: cxx: drop a stray newline Drop an unnecessary newline from struct line_event. Signed-off-by: Bartosz Golaszewski --- bindings/cxx/gpiod.hpp | 1 - 1 file changed, 1 deletion(-) 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. */ -- 2.30.2