aboutsummaryrefslogtreecommitdiff
path: root/apps
diff options
context:
space:
mode:
authorGreg Hulands <ghulands@me.com>2013-03-01 10:16:04 -0800
committerGreg Hulands <ghulands@me.com>2013-03-01 10:16:04 -0800
commit160ac722bedaad0e8cb824b14f902785976e1d2b (patch)
tree4072a314f02a6b6ac35560fcbf6f435d33eac3de /apps
parentd1e41f2c48a4ccf21634abe858454889778f7a32 (diff)
downloadpx4-firmware-160ac722bedaad0e8cb824b14f902785976e1d2b.tar.gz
px4-firmware-160ac722bedaad0e8cb824b14f902785976e1d2b.tar.bz2
px4-firmware-160ac722bedaad0e8cb824b14f902785976e1d2b.zip
Fix white space
Diffstat (limited to 'apps')
-rw-r--r--apps/drivers/device/i2c.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/apps/drivers/device/i2c.h b/apps/drivers/device/i2c.h
index 472bf26ab..66c34dd7c 100644
--- a/apps/drivers/device/i2c.h
+++ b/apps/drivers/device/i2c.h
@@ -84,7 +84,7 @@ protected:
* Check for the presence of the device on the bus.
*/
virtual int probe();
-
+
/**
* Perform an I2C transaction to the device.
*