From 95c841b8d449fd9ca9b4a87963aa2b60f8f7f70a Mon Sep 17 00:00:00 2001 From: Bartosz Golaszewski Date: Wed, 1 Mar 2023 10:23:37 +0100 Subject: [PATCH] core: fix line breaking in the public header Align the function parameters when breaking lines wherever possible. Signed-off-by: Bartosz Golaszewski --- include/gpiod.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/include/gpiod.h b/include/gpiod.h index 67ddb8e..9815446 100644 --- a/include/gpiod.h +++ b/include/gpiod.h @@ -688,7 +688,7 @@ gpiod_line_settings_get_debounce_period_us( * @return 0 on success, -1 on failure. */ int gpiod_line_settings_set_event_clock(struct gpiod_line_settings *settings, - enum gpiod_line_clock event_clock); + enum gpiod_line_clock event_clock); /** * @brief Get event clock setting. -- 2.30.2