From 921e27ac221cf26d2e02372a9394123213d1b5fe Mon Sep 17 00:00:00 2001 From: Michael Ring Date: Tue, 17 Feb 2015 15:34:27 +0000 Subject: [PATCH] spi.hpp: Fix indentation of comment Signed-off-by: Michael Ring Signed-off-by: Brendan Le Foll --- api/mraa/spi.hpp | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/api/mraa/spi.hpp b/api/mraa/spi.hpp index 7ab1f9f..fa586d9 100644 --- a/api/mraa/spi.hpp +++ b/api/mraa/spi.hpp @@ -111,8 +111,8 @@ class Spi { /** * Write buffer of bytes to SPI device The pointer return has to be - * free'd by the caller. It will return a NULL pointer in cases of - * error + * free'd by the caller. It will return a NULL pointer in cases of + * error * * @param txBuf buffer to send * @param length size of buffer to send