OpenRCT2/src/openrct2/ride/water
Michał Janiszewski 61d38511bc Expand tabs to spaces
This commit expands tabs to spaces (ts=4) in all the files under src/
and test/.

Until now we had two wildly different code styles with C using tabs and
new C++ using spaces. It is painful to maintain as none of the commonly
used tools support this kind of setup and in reality is needless, as we
can simply convert all the sources to spaces and have opened PRs do the
same, where needed.

Additionally, trailing whitespace has been removed.
2017-06-06 23:46:14 +02:00
..
boat_ride.c Expand tabs to spaces 2017-06-06 23:46:14 +02:00
dingy_slide.c Expand tabs to spaces 2017-06-06 23:46:14 +02:00
log_flume.c Expand tabs to spaces 2017-06-06 23:46:14 +02:00
river_rapids.c Expand tabs to spaces 2017-06-06 23:46:14 +02:00
splash_boats.c Expand tabs to spaces 2017-06-06 23:46:14 +02:00
submarine_ride.c Expand tabs to spaces 2017-06-06 23:46:14 +02:00
water_coaster.c Expand tabs to spaces 2017-06-06 23:46:14 +02:00