From: Bartosz Golaszewski Date: Mon, 2 Jan 2017 16:51:04 +0000 (+0100) Subject: core: coding style fix X-Git-Url: http://git.maquefel.me/?a=commitdiff_plain;h=983196d9ec97d733db4cea05fc56e8835576e472;p=qemu-gpiodev%2Flibgpiod.git core: coding style fix Signed-off-by: Bartosz Golaszewski --- diff --git a/core.c b/core.c index 9f34dda..43bd4ce 100644 --- a/core.c +++ b/core.c @@ -165,7 +165,7 @@ const char * gpiod_line_consumer(struct gpiod_line *line) int gpiod_line_direction(struct gpiod_line *line) { return line->info.flags & GPIOLINE_FLAG_IS_OUT ? GPIOD_DIRECTION_OUT - : GPIOD_DIRECTION_IN; + : GPIOD_DIRECTION_IN; } bool gpiod_line_is_active_low(struct gpiod_line *line)