From 84fa3312cfa7d2237d4b56952f2cd6e3591210c4 Mon Sep 17 00:00:00 2001 From: stijn Date: Thu, 16 Apr 2020 09:13:57 +0200 Subject: 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. --- extmod/modurandom.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'extmod/modurandom.c') diff --git a/extmod/modurandom.c b/extmod/modurandom.c index c547339e2..ab83b0f70 100644 --- a/extmod/modurandom.c +++ b/extmod/modurandom.c @@ -224,4 +224,4 @@ const mp_obj_module_t mp_module_urandom = { }; #endif -#endif //MICROPY_PY_URANDOM +#endif // MICROPY_PY_URANDOM -- cgit v1.2.3