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:
Misa
2021-09-06 18:56:39 -07:00
parent b3f437fe55
commit c64fd89325
42 changed files with 29096 additions and 29096 deletions

View File

@@ -6,10 +6,10 @@
class warpclass
{
public:
const short* loadlevel(int rx, int ry);
std::string roomname;
int rcol;
bool warpx, warpy;
const short* loadlevel(int rx, int ry);
std::string roomname;
int rcol;
bool warpx, warpy;
};
#endif /* WARPCLASS_H */