From: Bartosz Golaszewski Date: Fri, 17 Nov 2017 16:42:16 +0000 (+0100) Subject: core: coding style tweak X-Git-Url: http://git.maquefel.me/?a=commitdiff_plain;h=48c0caf08a204ab3774a98f74249a667f20e8807;p=qemu-gpiodev%2Flibgpiod.git core: coding style tweak Remove one tab from the GPIOD_LINE_BULK_MAX_LINES definition. Signed-off-by: Bartosz Golaszewski --- 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.