From a25715a29b0587ae6795eef63a575172e2cb971d Mon Sep 17 00:00:00 2001 From: Ľubomír Remák Date: Sat, 4 Aug 2018 16:57:41 +0200 Subject: MUTATIONOFJB: Fix code formatting issues (with astyle). --- engines/mutationofjb/commands/renamecommand.cpp | 11 ++++++----- 1 file changed, 6 insertions(+), 5 deletions(-) (limited to 'engines/mutationofjb/commands/renamecommand.cpp') diff --git a/engines/mutationofjb/commands/renamecommand.cpp b/engines/mutationofjb/commands/renamecommand.cpp index 03a883261c..7bd526974a 100644 --- a/engines/mutationofjb/commands/renamecommand.cpp +++ b/engines/mutationofjb/commands/renamecommand.cpp @@ -25,11 +25,12 @@ #include "mutationofjb/gamedata.h" #include "common/algorithm.h" -/* - "REN " " " - Renames every door, static (in the current scene) and inventory item - with the name oldName to newName. -*/ +/** @file + * "REN " " " + * + * Renames every door, static (in the current scene) and inventory item + * with the name oldName to newName. + */ namespace MutationOfJB { -- cgit v1.2.3