From 4f88eaae2418989ea215ae119f5a6daf16603e1c Mon Sep 17 00:00:00 2001 From: Bartosz Golaszewski Date: Tue, 28 Feb 2017 11:02:05 +0100 Subject: [PATCH] tests: remove a stray space Remove a double space in check_chip_index(). Signed-off-by: Bartosz Golaszewski --- tests/unit/gpiod-unit.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tests/unit/gpiod-unit.c b/tests/unit/gpiod-unit.c index 7baf040..663648f 100644 --- a/tests/unit/gpiod-unit.c +++ b/tests/unit/gpiod-unit.c @@ -118,7 +118,7 @@ static char * xstrdup(const char *str) return ret; } -static void check_chip_index(unsigned int index) +static void check_chip_index(unsigned int index) { if (index >= globals.test_ctx.num_chips) die("invalid chip number requested from test code"); -- 2.30.2