summaryrefslogtreecommitdiff
path: root/compiler/oneco/src/GraphBuilderContext.h
diff options
context:
space:
mode:
Diffstat (limited to 'compiler/oneco/src/GraphBuilderContext.h')
-rw-r--r--compiler/oneco/src/GraphBuilderContext.h6
1 files changed, 3 insertions, 3 deletions
diff --git a/compiler/oneco/src/GraphBuilderContext.h b/compiler/oneco/src/GraphBuilderContext.h
index f1f394b50..dd368e335 100644
--- a/compiler/oneco/src/GraphBuilderContext.h
+++ b/compiler/oneco/src/GraphBuilderContext.h
@@ -69,13 +69,13 @@ private:
};
/**
-* @brief Class to store context to build IR from onnx
-*/
+ * @brief Class to store context to build IR from onnx
+ */
class GraphBuilderContext
{
public:
GraphBuilderContext(loco::Graph *g, SymbolTable *nodes, SymbolTable *input_names)
- : _g(g), _nodes(nodes), _input_names(input_names)
+ : _g(g), _nodes(nodes), _input_names(input_names)
{
// DO NOTHING
}