mirror of
https://github.com/TerryCavanagh/VVVVVV.git
synced 2026-01-31 18:24:41 +03:00
Untabify every single file
YOLO. This is a repeat of #642. As before, I just did rg -l '\t' | xargs -n 1 sed -i -e 's/\t/ /g' inside the desktop_version/ folder.
This commit is contained in:
@@ -3,15 +3,15 @@
|
||||
|
||||
struct ScreenSettings
|
||||
{
|
||||
ScreenSettings(void);
|
||||
ScreenSettings(void);
|
||||
|
||||
int windowWidth;
|
||||
int windowHeight;
|
||||
bool fullscreen;
|
||||
bool useVsync;
|
||||
int stretch;
|
||||
bool linearFilter;
|
||||
bool badSignal;
|
||||
int windowWidth;
|
||||
int windowHeight;
|
||||
bool fullscreen;
|
||||
bool useVsync;
|
||||
int stretch;
|
||||
bool linearFilter;
|
||||
bool badSignal;
|
||||
};
|
||||
|
||||
#endif /* SCREENSETTINGS_H */
|
||||
|
||||
Reference in New Issue
Block a user