trailing whitespace

This commit is contained in:
Andreas Fabri 2023-02-17 08:46:44 +00:00
parent f38116272e
commit 535045a527
1 changed files with 2 additions and 2 deletions

View File

@ -75,9 +75,9 @@ compute_roots_of_2(const NT &a_, const NT &b_, const NT &c_, OutputIterator oit)
return oit;
}
}
else {
else {
Root_of_1 cb = -c / b;
*oit++ = Root_of_2(cb);
*oit++ = Root_of_2(cb);
return oit;
}
}