Skip to content

Commit 3d4c02a

Browse files
Format with clang-format-15
1 parent 3d9e980 commit 3d4c02a

8 files changed

Lines changed: 9 additions & 9 deletions

File tree

src/cong.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -250,7 +250,7 @@ obviously infinite; ``False`` is returned if it is not.
250250
congruence has infinitely many classes.
251251
)pbdoc");
252252
} // bind_cong
253-
} // namespace
253+
} // namespace
254254

255255
void init_cong(py::module& m) {
256256
bind_cong<word_type>(m, "CongruenceWord");

src/froidure-pin.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1269,7 +1269,7 @@ This function returns the element of *fp* obtained by evaluating *w*.
12691269
});
12701270
}
12711271
} // bind_froidure_pin_stateful
1272-
} // namespace
1272+
} // namespace
12731273

12741274
void init_froidure_pin(py::module& m) {
12751275
bind_froidure_pin_stateless<Transf<0, uint8_t>>(m, "Transf1");

src/hpcombi.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2406,7 +2406,7 @@ This function returns a newly constructed :any:`PPerm16` with the same image as
24062406
True
24072407
)pbdoc");
24082408
} // init_hpcombi_pperm16
2409-
} // namespace
2409+
} // namespace
24102410
} // namespace HPCombi
24112411

24122412
namespace libsemigroups {

src/konieczny.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -740,7 +740,7 @@ not already known.
740740
int
741741
)pbdoc");
742742
} // bind_konieczny
743-
} // namespace
743+
} // namespace
744744

745745
void init_konieczny(py::module& m) {
746746
bind_konieczny<BMat8>(m, "BMat8");

src/main.cpp

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -36,13 +36,13 @@ namespace libsemigroups {
3636
#ifdef VERSION_INFO
3737
m.attr("__version__") = VERSION_INFO;
3838
#else
39-
m.attr("__version__") = "dev";
39+
m.attr("__version__") = "dev";
4040
#endif
4141
#ifdef LIBSEMIGROUPS_EIGEN_ENABLED
4242
m.attr("LIBSEMIGROUPS_EIGEN_ENABLED")
4343
= static_cast<bool>(LIBSEMIGROUPS_EIGEN_ENABLED);
4444
#else
45-
m.attr("LIBSEMIGROUPS_EIGEN_ENABLED") = false;
45+
m.attr("LIBSEMIGROUPS_EIGEN_ENABLED") = false;
4646
#endif
4747

4848
#ifdef LIBSEMIGROUPS_HPCOMBI_ENABLED

src/present.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1655,7 +1655,7 @@ defined in the alphabet, and that the inverses act as semigroup inverses.
16551655
* :any:`presentation.throw_if_bad_inverses`
16561656
)pbdoc");
16571657
} // bind_inverse_present
1658-
} // namespace
1658+
} // namespace
16591659

16601660
void init_present(py::module& m) {
16611661
bind_present<word_type>(m, "PresentationWord");

src/schreier-sims.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -516,7 +516,7 @@ corresponding to the intersection of *x* and *y*.
516516
:raises LibsemigroupsError: if *result* is not empty.
517517
)pbdoc");
518518
} // bind_schreier_sims
519-
} // namespace
519+
} // namespace
520520

521521
void init_schreier_sims(py::module& m) {
522522
// One call to bind is required per list of types

src/todd-coxeter.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -633,7 +633,7 @@ Pro).
633633
:param tc: the :any:`ToddCoxeter` instance.
634634
:type tc: ToddCoxeter)pbdoc");
635635
} // bind_todd_coxeter
636-
} // namespace
636+
} // namespace
637637

638638
void init_todd_coxeter(py::module& m) {
639639
bind_todd_coxeter<word_type>(m, "ToddCoxeterWord");

0 commit comments

Comments
 (0)