i2c.hpp: Remove tab
authorGabriel Smith <ga29smith@gmail.com>
Tue, 3 Mar 2015 16:31:47 +0000 (16:31 +0000)
committerBrendan Le Foll <brendan.le.foll@intel.com>
Tue, 3 Mar 2015 16:31:47 +0000 (16:31 +0000)
Signed-off-by: Gabriel Smith <ga29smith@gmail.com>
Signed-off-by: Brendan Le Foll <brendan.le.foll@intel.com>
api/mraa/i2c.hpp

index 28db518..ecf84ee 100644 (file)
@@ -102,7 +102,7 @@ class I2c {
         }
 
         /**
-        * Read length bytes from the bus into *data pointer
+         * Read length bytes from the bus into *data pointer
          *
          * @param data Data to read into
          * @param length Size of read in bytes to make