From 46ee4b76b0afccc41b5e2960c102da3c42e0ea5c Mon Sep 17 00:00:00 2001 From: "James D. Mitchell" Date: Mon, 9 Dec 2024 15:05:00 +0000 Subject: [PATCH] Formatting --- include/libsemigroups/kambites.hpp | 10 +++++----- include/libsemigroups/kambites.tpp | 6 +++--- 2 files changed, 8 insertions(+), 8 deletions(-) diff --git a/include/libsemigroups/kambites.hpp b/include/libsemigroups/kambites.hpp index d176ad024..4b49df08d 100644 --- a/include/libsemigroups/kambites.hpp +++ b/include/libsemigroups/kambites.hpp @@ -267,11 +267,11 @@ namespace libsemigroups { template Kambites(congruence_kind knd, Presentation const& p) : Kambites( - knd, - // The lambda in the next line converts, say, chars to - // size_ts, but doesn't convert size_ts to human_readable - // characters. - to_presentation(p, [](auto x) { return x; })) { + knd, + // The lambda in the next line converts, say, chars to + // size_ts, but doesn't convert size_ts to human_readable + // characters. + to_presentation(p, [](auto x) { return x; })) { throw_if_1_sided(knd); } diff --git a/include/libsemigroups/kambites.tpp b/include/libsemigroups/kambites.tpp index be7aa3a86..0f0925570 100644 --- a/include/libsemigroups/kambites.tpp +++ b/include/libsemigroups/kambites.tpp @@ -210,8 +210,8 @@ namespace libsemigroups { void Kambites::normal_form_no_checks(native_word_type& result, native_word_type const& w0) const { LIBSEMIGROUPS_ASSERT(!finished() || small_overlap_class() >= 4); - using words::operator+; - using words::operator+=; + using words:: operator+; + using words:: operator+=; size_t r = UNDEFINED; internal_type w(w0); internal_type v(result); @@ -624,7 +624,7 @@ namespace libsemigroups { internal_type& v, internal_type& w) const { using words::operator+=; - size_t i, j; + size_t i, j; std::tie(i, j) = clean_overlap_prefix_mod(w, w.size()); if (j == UNDEFINED) { // line 39