From 9314dede83ef22422c81388b58100d01b85dd7bb Mon Sep 17 00:00:00 2001 From: Amlal El Mahrouss Date: Tue, 24 Feb 2026 05:40:31 +0100 Subject: chore: src: ran format command. Signed-off-by: Amlal El Mahrouss --- src/fix/parser_impl.cpp | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) (limited to 'src/fix/parser_impl.cpp') diff --git a/src/fix/parser_impl.cpp b/src/fix/parser_impl.cpp index e236d89..11333fd 100644 --- a/src/fix/parser_impl.cpp +++ b/src/fix/parser_impl.cpp @@ -22,8 +22,8 @@ namespace ocl::fix } // namespace detail - boost::string_view& range_buffer::begin = detail::begin_fix(); - + boost::string_view& range_buffer::begin = detail::begin_fix(); + struct visitor::impl final { public: @@ -48,9 +48,9 @@ namespace ocl::fix return ret; std::string key, tag, value; - std::size_t off = 0UL; + std::size_t off = 0UL; std::size_t soh_pos = 0UL; - + while (off < in.size()) { std::size_t eq_pos = in.find(eq, off); @@ -63,7 +63,7 @@ namespace ocl::fix if (soh_pos == std::string::npos) soh_pos = in.size(); - value = in.substr(eq_pos + 1, soh_pos - eq_pos - 1).to_string(); + value = in.substr(eq_pos + 1, soh_pos - eq_pos - 1).to_string(); if (ret.magic_.empty()) { -- cgit v1.2.3