summaryrefslogtreecommitdiff
path: root/shared-bindings/framebufferio/__init__.c
diff options
context:
space:
mode:
authorDiego Elio Pettenò <flameeyes@flameeyes.com>2020-05-30 10:44:13 +0100
committerDiego Elio Pettenò <flameeyes@flameeyes.com>2020-06-03 10:56:35 +0100
commitdd5d7c86d22807c021dd1711eb7dd3daebc5cfcf (patch)
treedde417af2cae8cb1797582d6489eab9cb9caeddf /shared-bindings/framebufferio/__init__.c
parent60df6170cc5d0e495fde9613c05c55b64189b425 (diff)
Fix up end of file and trailing whitespace.
This can be enforced by pre-commit, but correct it separately to make it easier to review.
Diffstat (limited to 'shared-bindings/framebufferio/__init__.c')
-rw-r--r--shared-bindings/framebufferio/__init__.c1
1 files changed, 0 insertions, 1 deletions
diff --git a/shared-bindings/framebufferio/__init__.c b/shared-bindings/framebufferio/__init__.c
index 492423464..3e58162bf 100644
--- a/shared-bindings/framebufferio/__init__.c
+++ b/shared-bindings/framebufferio/__init__.c
@@ -48,4 +48,3 @@ const mp_obj_module_t framebufferio_module = {
.globals = (mp_obj_dict_t*)&framebufferio_module_globals,
};
#endif
-