Skip to content

Commit

Permalink
Fix indentation
Browse files Browse the repository at this point in the history
  • Loading branch information
tobbi committed Aug 7, 2023
1 parent c5ea56d commit fdf9ae2
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions src/scripting/sector.hpp
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit fdf9ae2

Please sign in to comment.