Skip to content

Commit 4602449

Browse files
james-d-mitchellJoseph-Edwards
authored andcommitted
Format
1 parent cc5eec5 commit 4602449

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

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
using LenLexTrie = detail::RewritingSystemTrie<ShortLexCompare>;

src/knuth-bendix.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -390,7 +390,7 @@ Copy a :any:`NormalFormRange` object.
390390
});
391391
thing.def("next", [](NormalFormRange& nfr) { nfr.next(); });
392392
} // bind_normal_form_range
393-
} // namespace
393+
} // namespace
394394

395395
template <typename Word>
396396
void bind_redundant_rule(py::module& m) {

0 commit comments

Comments
 (0)