1
0
Fork 0
mirror of https://github.com/TerryCavanagh/VVVVVV.git synced 2024-12-22 17:49:43 +01:00

Fix mixed indentation in Game.cpp and Game.h

This removes all indentation that suddenly switches in the middle of a
function. Most particularly egregious offenses are the ones made by the
person who has 2-wide tabs, but keeps tabbing up to make each
indentation level match up with the 4-wide spaces, so to them (and only
them) it will look just fine, but since by default tabstop is 8-wide,
their lines are pushed off all the way to the right.
This commit is contained in:
Misa 2020-04-02 13:01:55 -07:00 committed by Ethan Lee
parent 12d5433efc
commit 88c16cdae8
2 changed files with 278 additions and 278 deletions