aboutsummaryrefslogtreecommitdiff
path: root/engines/mutationofjb/commands/labelcommand.cpp
diff options
context:
space:
mode:
authorĽubomír Remák2018-08-04 16:57:41 +0200
committerEugene Sandulenko2018-08-25 23:12:01 +0200
commita25715a29b0587ae6795eef63a575172e2cb971d (patch)
treeb10acdeffd001f507209799498a6e9f90a585e06 /engines/mutationofjb/commands/labelcommand.cpp
parent6ff609c51478c07a00018e57d8149f09d97677e7 (diff)
downloadscummvm-rg350-a25715a29b0587ae6795eef63a575172e2cb971d.tar.gz
scummvm-rg350-a25715a29b0587ae6795eef63a575172e2cb971d.tar.bz2
scummvm-rg350-a25715a29b0587ae6795eef63a575172e2cb971d.zip
MUTATIONOFJB: Fix code formatting issues (with astyle).
Diffstat (limited to 'engines/mutationofjb/commands/labelcommand.cpp')
-rw-r--r--engines/mutationofjb/commands/labelcommand.cpp13
1 files changed, 6 insertions, 7 deletions
diff --git a/engines/mutationofjb/commands/labelcommand.cpp b/engines/mutationofjb/commands/labelcommand.cpp
index de6de020ab..7593e52bb3 100644
--- a/engines/mutationofjb/commands/labelcommand.cpp
+++ b/engines/mutationofjb/commands/labelcommand.cpp
@@ -24,11 +24,11 @@
#include "mutationofjb/commands/gotocommand.h"
#include "mutationofjb/script.h"
-/*
- <label> ":"
-
- Creates a label.
-*/
+/** @file
+ * <label> ":"
+ *
+ * Creates a label.
+ */
namespace MutationOfJB {
@@ -59,8 +59,7 @@ bool LabelCommandParser::parse(const Common::String &line, ScriptParseContext &p
return true;
}
-const Common::String &LabelCommand::getName() const
-{
+const Common::String &LabelCommand::getName() const {
return _name;
}