epics-base / pvaClientCPP

pvaClientCPP is an EPICS V4 C++ module
http://epics-pvdata.sourceforge.net/index.html
Other
2 stars 8 forks source link

Cleanup whitespace #65

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.
dirk-zimoch commented 4 years ago

Not all is nice yet. Please wait with merge until I push again.