aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorBartosz Golaszewski <bartosz.golaszewski@linaro.org>2023-03-01 10:23:37 +0100
committerBartosz Golaszewski <bartosz.golaszewski@linaro.org>2023-03-03 15:04:32 +0100
commit95c841b8d449fd9ca9b4a87963aa2b60f8f7f70a (patch)
tree028165187227689490285944bac75a46cb6e0571
parent19c6942f0cbf5ef6c0ec6b9be36d5c3feafc9658 (diff)
downloadlibgpiod-95c841b8d449fd9ca9b4a87963aa2b60f8f7f70a.tar.gz
core: fix line breaking in the public header
Align the function parameters when breaking lines wherever possible. Signed-off-by: Bartosz Golaszewski <bartosz.golaszewski@linaro.org>
-rw-r--r--include/gpiod.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/include/gpiod.h b/include/gpiod.h
index 67ddb8ec..9815446b 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.