From fdf9ae29fab8466ba1da2b8b19643525c793d282 Mon Sep 17 00:00:00 2001 From: Tobias Markus Date: Mon, 7 Aug 2023 17:58:54 +0200 Subject: [PATCH] Fix indentation --- src/scripting/sector.hpp | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/src/scripting/sector.hpp b/src/scripting/sector.hpp index 2e49f0427c9..67c0f707b73 100644 --- a/src/scripting/sector.hpp +++ b/src/scripting/sector.hpp @@ -61,9 +61,9 @@ class Sector final : public GameObjectManager * @param string $direction Direction. * @param string $data Additional data. */ -void add_object(const std::string& class_name, const std::string& name, - int posX, int posY, const std::string& direction, - const std::string& data); + void add_object(const std::string& class_name, const std::string& name, + int posX, int posY, const std::string& direction, + const std::string& data); }; } // namespace scripting