Skip to content

Commit 14cb319

Browse files
committed
NFC: Refactor MIRPrinter into state struct and functions
Moves `MIRPRinter` and `MIPrinter` fields into a new `MFPrintState` struct. Turns methods into independent functions. - This slightly simplifies the code. - This allow to pass the state around to other printing functions in the future without the need to expose the state struct to public headers.
1 parent 8e53e3b commit 14cb319

File tree

1 file changed

+131
-147
lines changed

1 file changed

+131
-147
lines changed

0 commit comments

Comments
 (0)