From 983196d9ec97d733db4cea05fc56e8835576e472 Mon Sep 17 00:00:00 2001 From: Bartosz Golaszewski Date: Mon, 2 Jan 2017 17:51:04 +0100 Subject: [PATCH] core: coding style fix Signed-off-by: Bartosz Golaszewski --- core.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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) -- 2.30.2