aboutsummaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
authorElias Fleckenstein <eliasfleckenstein@web.de>2021-01-07 15:13:17 +0100
committerElias Fleckenstein <eliasfleckenstein@web.de>2021-01-07 15:13:17 +0100
commit47d0882cce83a03e0ca22cecdea16e6a09ed7afb (patch)
tree6e1b57fccb8a400722397ded203c57a4acd9d87d /src
parentcca4254f7c502b3e75691c6a3087da7cfcd72e28 (diff)
downloaddragonfireclient-47d0882cce83a03e0ca22cecdea16e6a09ed7afb.tar.xz
Fix line containing only whitespace
Diffstat (limited to 'src')
-rw-r--r--src/script/cpp_api/s_client.h2
1 files changed, 1 insertions, 1 deletions
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);