Skip to content

Commit b477c48

Browse files
committed
Fixed minor indentation issue
1 parent 794d5f5 commit b477c48

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

shared-bindings/analogio/AnalogIn.c

+3-3
Original file line numberDiff line numberDiff line change
@@ -70,9 +70,9 @@ STATIC mp_obj_t analogio_analogin_make_new(const mp_obj_type_t *type,
7070
return MP_OBJ_FROM_PTR(self);
7171
}
7272

73-
//| def deinit(self, ) -> Any:
74-
//| """Turn off the AnalogIn and release the pin for other use."""
75-
//| ...
73+
//| def deinit(self, ) -> Any:
74+
//| """Turn off the AnalogIn and release the pin for other use."""
75+
//| ...
7676
//|
7777
STATIC mp_obj_t analogio_analogin_deinit(mp_obj_t self_in) {
7878
analogio_analogin_obj_t *self = MP_OBJ_TO_PTR(self_in);

0 commit comments

Comments
 (0)