mirror of https://github.com/CGAL/cgal
trailing whitespace
This commit is contained in:
parent
f38116272e
commit
535045a527
|
|
@ -75,9 +75,9 @@ compute_roots_of_2(const NT &a_, const NT &b_, const NT &c_, OutputIterator oit)
|
||||||
return oit;
|
return oit;
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
else {
|
else {
|
||||||
Root_of_1 cb = -c / b;
|
Root_of_1 cb = -c / b;
|
||||||
*oit++ = Root_of_2(cb);
|
*oit++ = Root_of_2(cb);
|
||||||
return oit;
|
return oit;
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue