diff options
Diffstat (limited to 'py/reload.h')
| -rw-r--r-- | py/reload.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/py/reload.h b/py/reload.h index 3e8928a32..8e68ea325 100644 --- a/py/reload.h +++ b/py/reload.h @@ -1,4 +1,4 @@ - /* +/* * This file is part of the MicroPython project, http://micropython.org/ * * The MIT License (MIT) @@ -23,4 +23,4 @@ void mp_raise_reload_exception(void); -#endif //CIRCUITPYTHON_RELOAD_H +#endif // CIRCUITPYTHON_RELOAD_H |
