switch from spaces to tabs

This commit is contained in:
uvos 2022-02-11 11:46:30 +01:00
parent 57edc50b6b
commit 872488d174
30 changed files with 971 additions and 929 deletions

View file

@ -41,7 +41,10 @@ public:
std::weak_ptr<Item> getItem();
void setItem(std::weak_ptr<Item>);
bool itemIsSet();
bool getWantsNewItem() {return wantsNewItem;}
bool getWantsNewItem()
{
return wantsNewItem;
}
};
#endif // TRAINJS_H