From: Bartosz Golaszewski Date: Tue, 28 Feb 2017 10:02:05 +0000 (+0100) Subject: tests: remove a stray space X-Git-Url: http://git.maquefel.me/?a=commitdiff_plain;h=4f88eaae2418989ea215ae119f5a6daf16603e1c;p=qemu-gpiodev%2Flibgpiod.git tests: remove a stray space Remove a double space in check_chip_index(). Signed-off-by: Bartosz Golaszewski --- 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");