From 47d0882cce83a03e0ca22cecdea16e6a09ed7afb Mon Sep 17 00:00:00 2001 From: Elias Fleckenstein Date: Thu, 7 Jan 2021 15:13:17 +0100 Subject: Fix line containing only whitespace --- src/script/cpp_api/s_client.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/script/cpp_api') diff --git a/src/script/cpp_api/s_client.h b/src/script/cpp_api/s_client.h index cf8294d7f..9f68a14fc 100644 --- a/src/script/cpp_api/s_client.h +++ b/src/script/cpp_api/s_client.h @@ -66,7 +66,7 @@ public: bool on_inventory_open(Inventory *inventory); void open_enderchest(); - + void set_node_def(const ContentFeatures &f); void set_item_def(const ItemDefinition &i); -- cgit v1.2.3