commit | 84fa3312cfa7d2237d4b56952f2cd6e3591210c4 | [log] [tgz] |
---|---|---|
author | stijn <stijn@ignitron.net> | Thu Apr 16 09:13:57 2020 +0200 |
committer | Damien George <damien.p.george@gmail.com> | Thu Apr 23 11:24:25 2020 +1000 |
tree | dc2b3e67bad9969fc5792ca0822798d58addf174 | |
parent | d6243568a05d423b58522435c3779975acbf56dd [diff] [blame] |
all: Format code to add space after C++-style comment start. Note: the uncrustify configuration is explicitly set to 'add' instead of 'force' in order not to alter the comments which use extra spaces after // as a means of indenting text for clarity.
diff --git a/py/emitbc.c b/py/emitbc.c index e90c28c..c74b7fb 100644 --- a/py/emitbc.c +++ b/py/emitbc.c
@@ -940,4 +940,4 @@ }; #endif -#endif //MICROPY_ENABLE_COMPILER +#endif // MICROPY_ENABLE_COMPILER