From 9da7a1e4c8dc1a3a35a04d2b7ebadaa26af41af2 Mon Sep 17 00:00:00 2001
From: Dmitri Smirnov <dmitrism@microsoft.com>
Date: Mon, 9 Oct 2023 16:31:58 -0700
Subject: [PATCH] Lint

---
 include/onnxruntime/core/graph/graph.h | 8 ++++----
 1 file changed, 4 insertions(+), 4 deletions(-)

diff --git a/include/onnxruntime/core/graph/graph.h b/include/onnxruntime/core/graph/graph.h
index a01745bf4a98f..72c4f7752d017 100644
--- a/include/onnxruntime/core/graph/graph.h
+++ b/include/onnxruntime/core/graph/graph.h
@@ -1446,10 +1446,10 @@ class Graph {
   Status AddConstantProtoAsInitializer(const ONNX_NAMESPACE::NodeProto& constant_node_proto, const Path& model_path);
 
   /*
-  * The function will create copies of the initializers in this graph.
-  * @param from_graph initializers source
-  * @param unique_id used to make unique_names for the initializers
-  */
+   * The function will create copies of the initializers in this graph.
+   * @param from_graph initializers source
+   * @param unique_id used to make unique_names for the initializers
+   */
   void CopyInitializers(const Graph& from_graph, std::optional<std::string> unique_id);
 
 #endif