From 0dd03950e41e0b9024b08238ed90e1d1c535099d Mon Sep 17 00:00:00 2001 From: Gabriel Smith Date: Tue, 3 Mar 2015 16:31:47 +0000 Subject: [PATCH] i2c.hpp: Remove tab Signed-off-by: Gabriel Smith Signed-off-by: Brendan Le Foll --- api/mraa/i2c.hpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/api/mraa/i2c.hpp b/api/mraa/i2c.hpp index 28db518..ecf84ee 100644 --- a/api/mraa/i2c.hpp +++ b/api/mraa/i2c.hpp @@ -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