mirror of
https://github.com/micropython/micropython.git
synced 2025-12-15 17:30:14 +01:00
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.
This commit is contained in:
@@ -51,8 +51,8 @@ int main(int argc, char **argv) {
|
||||
#else
|
||||
pyexec_friendly_repl();
|
||||
#endif
|
||||
//do_str("print('hello world!', list(x+1 for x in range(10)), end='eol\\n')", MP_PARSE_SINGLE_INPUT);
|
||||
//do_str("for i in range(10):\r\n print(i)", MP_PARSE_FILE_INPUT);
|
||||
// do_str("print('hello world!', list(x+1 for x in range(10)), end='eol\\n')", MP_PARSE_SINGLE_INPUT);
|
||||
// do_str("for i in range(10):\r\n print(i)", MP_PARSE_FILE_INPUT);
|
||||
#else
|
||||
pyexec_frozen_module("frozentest.py");
|
||||
#endif
|
||||
|
||||
Reference in New Issue
Block a user