From 491f3732aa92ea27fa95a1755627568fda8f5766 Mon Sep 17 00:00:00 2001 From: Misa Date: Fri, 24 Sep 2021 16:36:54 -0700 Subject: [PATCH] Fix trailing whitespace in `CustomLevels.h` Really not sure how they got there. I think it was because of my naive indentation fix, so. --- desktop_version/src/CustomLevels.h | 20 ++++++++++---------- 1 file changed, 10 insertions(+), 10 deletions(-) diff --git a/desktop_version/src/CustomLevels.h b/desktop_version/src/CustomLevels.h index f137c870..6ddc4516 100644 --- a/desktop_version/src/CustomLevels.h +++ b/desktop_version/src/CustomLevels.h @@ -75,16 +75,16 @@ public: std::string Desc2; std::string Desc3; std::string website; - + std::vector ListOfMetaData; - + void loadZips(void); void getDirectoryData(void); bool getLevelMetaData(const std::string& filename, LevelMetaData& _data ); - + void reset(void); const int* loadlevel(int rxi, int ryi); - + int gettileidx( const int rx, const int ry, @@ -105,7 +105,7 @@ public: const int y ); int getabstile(const int x, const int y); - + int getroompropidx(const int rx, const int ry); const RoomProperty* getroomprop(const int rx, const int ry); #define FOREACH_PROP(NAME, TYPE) \ @@ -120,17 +120,17 @@ public: bool save(const std::string& _path); #endif void generatecustomminimap(void); - + int findtrinket(int t); int findcrewmate(int t); int findwarptoken(int t); void findstartpoint(void); int getlevelcol(const int tileset, const int tilecol); int getenemycol(int t); - + //Colouring stuff int getwarpbackground(int rx, int ry); - + static const int maxwidth = 20, maxheight = 20; //Special; the physical max the engine allows static const int numrooms = maxwidth * maxheight; int contents[40 * 30 * numrooms]; @@ -141,9 +141,9 @@ public: int levmusic; int mapwidth, mapheight; //Actual width and height of stage - + int version; - + Uint32 getonewaycol(const int rx, const int ry); Uint32 getonewaycol(void); bool onewaycol_override;