diff --git a/ASTree.cpp b/ASTree.cpp index a0300f6..6d80b23 100644 --- a/ASTree.cpp +++ b/ASTree.cpp @@ -12,7 +12,8 @@ // NOTE: Nested f-strings not supported. #define F_STRING_QUOTE "'''" -static void append_to_chain_store(PycRef chainStore, PycRef item, FastStack& stack, PycRef curblock); +static void append_to_chain_store(PycRef chainStore, PycRef item, + FastStack& stack, PycRef curblock); /* Use this to determine if an error occurred (and therefore, if we should * avoid cleaning the output tree) */