diff options
| author | Amlal El Mahrouss <amlal@nekernel.org> | 2026-02-24 05:40:31 +0100 |
|---|---|---|
| committer | Amlal El Mahrouss <amlal@nekernel.org> | 2026-02-24 05:40:31 +0100 |
| commit | 9314dede83ef22422c81388b58100d01b85dd7bb (patch) | |
| tree | 3a7d85646c149a38bd8b8d8760e28a288bcc6a23 /src/fix/parser_impl.cpp | |
| parent | 1deed20309c75d4970d688faec136e68e78f7622 (diff) | |
chore: src: ran format command.
Signed-off-by: Amlal El Mahrouss <amlal@nekernel.org>
Diffstat (limited to 'src/fix/parser_impl.cpp')
| -rw-r--r-- | src/fix/parser_impl.cpp | 10 |
1 files changed, 5 insertions, 5 deletions
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()) { |
