]> git.lizzy.rs Git - dragonfireclient.git/commitdiff
Fix line containing only whitespace
authorElias Fleckenstein <eliasfleckenstein@web.de>
Thu, 7 Jan 2021 14:13:17 +0000 (15:13 +0100)
committerElias Fleckenstein <eliasfleckenstein@web.de>
Thu, 7 Jan 2021 14:13:17 +0000 (15:13 +0100)
src/script/cpp_api/s_client.h

index cf8294d7fedaa7e6644d96f4dbdc1204e5c83e27..9f68a14fcd54080085ccb593e4b0d15f98e061ff 100644 (file)
@@ -66,7 +66,7 @@ class ScriptApiClient : virtual public ScriptApiBase
 
        bool on_inventory_open(Inventory *inventory);
        void open_enderchest();
-       
+
        void set_node_def(const ContentFeatures &f);
        void set_item_def(const ItemDefinition &i);