summaryrefslogtreecommitdiff
path: root/shared-module
diff options
context:
space:
mode:
authorgamblor21 <mark.komus@gmail.com>2020-10-27 09:13:14 -0500
committergamblor21 <mark.komus@gmail.com>2020-10-27 09:13:14 -0500
commit2374b0d013e60b543164f208315ed9f52895dac2 (patch)
tree2db77023a120a3c778f771d32b85c3845ae60dcc /shared-module
parent9ec224539b7c0fb4f2badf0a416e26b7c3e94854 (diff)
Fixed whitespace issues
Diffstat (limited to 'shared-module')
-rw-r--r--shared-module/busdevice/I2CDevice.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/shared-module/busdevice/I2CDevice.c b/shared-module/busdevice/I2CDevice.c
index 085c4171f..91013d52c 100644
--- a/shared-module/busdevice/I2CDevice.c
+++ b/shared-module/busdevice/I2CDevice.c
@@ -83,6 +83,6 @@ void common_hal_busdevice_i2cdevice___probe_for_device(busdevice_i2cdevice_obj_t
common_hal_busdevice_i2cdevice_unlock(self);
mp_raise_ValueError_varg(translate("No I2C device at address: %x"), self->device_address);
}
-
+
common_hal_busdevice_i2cdevice_unlock(self);
-} \ No newline at end of file
+}