summaryrefslogtreecommitdiffstats
path: root/src/Items/ItemCloth.h
diff options
context:
space:
mode:
authorAlexander Harkness <me@bearbin.net>2024-11-02 22:27:47 +0100
committerAlexander Harkness <me@bearbin.net>2024-11-02 22:27:47 +0100
commitcb50ec10591c0e0e4b9915e642bc50d3d8d1fd0a (patch)
treef647b20e1823f1846af88e832cf82a4a02e96e69 /src/Items/ItemCloth.h
parentImprove clang-format config file, remove automatically enforced code style from contrib guide. (diff)
downloadcuberite-clang-format-codebase.tar
cuberite-clang-format-codebase.tar.gz
cuberite-clang-format-codebase.tar.bz2
cuberite-clang-format-codebase.tar.lz
cuberite-clang-format-codebase.tar.xz
cuberite-clang-format-codebase.tar.zst
cuberite-clang-format-codebase.zip
Diffstat (limited to 'src/Items/ItemCloth.h')
-rw-r--r--src/Items/ItemCloth.h16
1 files changed, 5 insertions, 11 deletions
diff --git a/src/Items/ItemCloth.h b/src/Items/ItemCloth.h
index 149bd642b..cdee8e6d1 100644
--- a/src/Items/ItemCloth.h
+++ b/src/Items/ItemCloth.h
@@ -7,17 +7,11 @@
-class cItemClothHandler final :
- public cItemHandler
+class cItemClothHandler final : public cItemHandler
{
-public:
- constexpr cItemClothHandler(int a_ItemType)
- : cItemHandler(a_ItemType)
+ public:
+ constexpr cItemClothHandler(int a_ItemType) :
+ cItemHandler(a_ItemType)
{
-
}
-} ;
-
-
-
-
+};