Minor style adjustments

This commit is contained in:
Michael Hansen
2020-10-20 21:08:02 -07:00
parent db12d15e08
commit 568867c80a
5 changed files with 27 additions and 31 deletions

View File

@@ -32,6 +32,6 @@ private:
};
void OutputString(PycRef<PycString> str, char prefix = 0, bool triple = false,
FILE* F = pyc_output, const char* parent_f_string_quote = nullptr);
FILE* F = pyc_output, const char* parent_f_string_quote = nullptr);
#endif