diff options
Diffstat (limited to 'extmod/moduhashlib.c')
-rw-r--r-- | extmod/moduhashlib.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/extmod/moduhashlib.c b/extmod/moduhashlib.c index fb786f370..195a24334 100644 --- a/extmod/moduhashlib.c +++ b/extmod/moduhashlib.c @@ -346,4 +346,4 @@ const mp_obj_module_t mp_module_uhashlib = { .globals = (mp_obj_dict_t *)&mp_module_uhashlib_globals, }; -#endif //MICROPY_PY_UHASHLIB +#endif // MICROPY_PY_UHASHLIB |