summaryrefslogtreecommitdiff
path: root/compiler/locomotiv/src/NodeExecution.h
diff options
context:
space:
mode:
Diffstat (limited to 'compiler/locomotiv/src/NodeExecution.h')
-rw-r--r--compiler/locomotiv/src/NodeExecution.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/compiler/locomotiv/src/NodeExecution.h b/compiler/locomotiv/src/NodeExecution.h
index 363188d38..eb0608d2b 100644
--- a/compiler/locomotiv/src/NodeExecution.h
+++ b/compiler/locomotiv/src/NodeExecution.h
@@ -62,7 +62,7 @@ private:
return dynamic_cast<Derived *>(node);
}
-// clang-format off
+ // clang-format off
/**
* @brief Calculate for one specified node and update its result as NodeData.
* Abort program when its ingredients are not ready or not supported.