spi.hpp: Fix indentation of comment
authorMichael Ring <michael.ring@swisscom.com>
Tue, 17 Feb 2015 15:34:27 +0000 (15:34 +0000)
committerBrendan Le Foll <brendan.le.foll@intel.com>
Tue, 17 Feb 2015 15:39:54 +0000 (15:39 +0000)
Signed-off-by: Michael Ring <mail@michael-ring.org>
Signed-off-by: Brendan Le Foll <brendan.le.foll@intel.com>
api/mraa/spi.hpp

index 7ab1f9f..fa586d9 100644 (file)
@@ -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