Make clang-format happy

master
luk3yx 2021-08-26 11:57:02 +12:00
parent 1c5ec55215
commit 22cf4452c6
1 changed files with 2 additions and 1 deletions

View File

@ -43,7 +43,8 @@ public:
Inventory *createDetachedInventory(const std::string &name, IItemDefManager *idef,
const std::string &player = "");
bool removeDetachedInventory(const std::string &name);
bool checkDetachedInventoryAccess(const InventoryLocation &loc, const std::string &player) const;
bool checkDetachedInventoryAccess(
const InventoryLocation &loc, const std::string &player) const;
void sendDetachedInventories(const std::string &peer_name, bool incremental,
std::function<void(const std::string &, Inventory *)> apply_cb);