From 48c0caf08a204ab3774a98f74249a667f20e8807 Mon Sep 17 00:00:00 2001 From: Bartosz Golaszewski Date: Fri, 17 Nov 2017 17:42:16 +0100 Subject: [PATCH] core: coding style tweak Remove one tab from the GPIOD_LINE_BULK_MAX_LINES definition. 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 0039cda..747a226 100644 --- a/include/gpiod.h +++ b/include/gpiod.h @@ -419,7 +419,7 @@ gpiod_chip_find_line(struct gpiod_chip *chip, const char *name) GPIOD_API; /** * @brief Maximum number of GPIO lines that can be requested at once. */ -#define GPIOD_LINE_BULK_MAX_LINES 64 +#define GPIOD_LINE_BULK_MAX_LINES 64 /** * @brief Helper structure for storing a set of GPIO line objects. -- 2.30.2