From 1c0bdd619e7b5908b0d08bd74fb1a3bc06ba3e2f Mon Sep 17 00:00:00 2001 From: SaeHie Park Date: Tue, 13 Aug 2024 07:19:07 +0000 Subject: [PATCH] [circledump] Fix namespace closing comment This will fix namespace closing comment and insert empty space like others. ONE-DCO-1.0-Signed-off-by: SaeHie Park --- compiler/circledump/include/circledump/Dump.h | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/compiler/circledump/include/circledump/Dump.h b/compiler/circledump/include/circledump/Dump.h index a129458f416..594209a5def 100644 --- a/compiler/circledump/include/circledump/Dump.h +++ b/compiler/circledump/include/circledump/Dump.h @@ -25,7 +25,8 @@ namespace circledump { void dump_model(std::ostream &os, const circle::Model *model); -} + +} // namespace circledump std::ostream &operator<<(std::ostream &os, const circle::Model *model);