Unify coding style

Signed-off-by: Thomas Lauf <thomas.lauf@tngtech.com>
This commit is contained in:
Thomas Lauf 2023-12-18 22:20:38 +01:00
parent 159b8c642a
commit 7b4a234f03
64 changed files with 201 additions and 206 deletions

View file

@ -103,7 +103,7 @@ public:
void addInterval (const Interval&, bool verbose);
void deleteInterval (const Interval&);
void modifyInterval (const Interval&, const Interval &, bool verbose);
void modifyInterval (const Interval&, const Interval&, bool verbose);
std::string dump () const;