From: Michael Ring Date: Tue, 17 Feb 2015 15:34:27 +0000 (+0000) Subject: spi.hpp: Fix indentation of comment X-Git-Tag: v0.6.1~11 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=921e27ac221cf26d2e02372a9394123213d1b5fe;p=contrib%2Fmraa.git spi.hpp: Fix indentation of comment Signed-off-by: Michael Ring Signed-off-by: Brendan Le Foll --- 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