From 745054e7d0acacdbbe0ccd59f41a77f1df724675 Mon Sep 17 00:00:00 2001 From: Brendan Le Foll Date: Wed, 19 Nov 2014 23:45:58 +0000 Subject: [PATCH] spi.c: fix identation Signed-off-by: Brendan Le Foll --- src/spi/spi.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/spi/spi.c b/src/spi/spi.c index c416083..77a6621 100644 --- a/src/spi/spi.c +++ b/src/spi/spi.c @@ -113,7 +113,7 @@ mraa_spi_init(int bus) char path[MAX_SIZE]; sprintf(path, "/dev/spidev%u.%u", - plat->spi_bus[bus].bus_id, plat->spi_bus[bus].slave_s); + plat->spi_bus[bus].bus_id, plat->spi_bus[bus].slave_s); dev->devfd = open(path, O_RDWR); if (dev->devfd < 0) {