mirror of
https://github.com/TerryCavanagh/VVVVVV.git
synced 2026-01-30 18:04:09 +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:
@@ -6,8 +6,8 @@
|
||||
class spacestation2class
|
||||
{
|
||||
public:
|
||||
const short* loadlevel(int rx, int ry);
|
||||
std::string roomname;
|
||||
const short* loadlevel(int rx, int ry);
|
||||
std::string roomname;
|
||||
};
|
||||
|
||||
#endif /* SPACESTATION2_H */
|
||||
|
||||
Reference in New Issue
Block a user