FrictionalGames / HPL1Engine

A real time 3D engine.
http://www.frictionalgames.com/
GNU General Public License v3.0
718 stars 136 forks source link

Cosmetics: strip trailing spaces, homogenize indentation. #11

Closed Ace17 closed 6 years ago

Ace17 commented 6 years ago

This removes all trailing spaces, and homogenizes the indentation (by fixing the few places where spaces where used instead of tabs).

This provides convenience for those of us whose editors automatically take care of this ; preventing future unrelated behavioral changes to one file from being polluted with cosmetics changes on other lines.