[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[creduce-bugs] waste of time in pass_lines for #include



Hello,

I am reducing a C++ file that still has a few #include (on purpose). I noticed that every pass_lines pass inserts an empty line before each #include. Those obviously get removed, but doing it again and again wastes a lot of time for my example. If it isn't too complicated, it would be nice to avoid this unnecessary whitespace addition.

--
Marc Glisse