berndporr / iir1

DSP IIR realtime filter library written in C++
http://berndporr.github.io/iir1/
MIT License
627 stars 137 forks source link

Cascade.h had some spaces instead of tabs #22

Closed sven-herrmann closed 3 years ago

sven-herrmann commented 3 years ago

The indentation of the file was inconsistent.

As some of the comments already had tabs in front of them, I replaced the spaces with tabs.

Maybe it could be helpful for others, if there was some sort of configuration for auto-formatters, like clang-format, in the future.

berndporr commented 3 years ago

No idea why tabs sneaked in but I have been using visual studio code recently and that has probably inserted tabs and also secretly converted some files to DOS. should be always spaces. thanks for pointing it out.