epics-base / pvDataCPP

pvDataCPP is an EPICS V4 C++ module
https://epics-base.github.io/pvDataCPP/
Other
6 stars 16 forks source link

Cleanup whitespace #71

Closed dirk-zimoch closed 4 years ago

dirk-zimoch commented 4 years ago

This is purely cosmetic:

  1. There was a mess with tab character usage. Indention with spaces and tabs was mixed inconsistently sometimes with obviously different assumptions on tab width, even in the same file. This results in irregular, hard to read indents. Please stop using tabs in source code.
  2. Clean up of space at end of line.
  3. Clean up of empty lines at end of file.