mirror of https://github.com/CGAL/cgal
remove extra space
This commit is contained in:
parent
ee7eff3d77
commit
a08470bd8c
|
|
@ -32,7 +32,7 @@ struct Check_FPU_rounding_mode_is_restored {
|
||||||
{
|
{
|
||||||
CGAL_assertion_msg( FPU_get_cw() == mode,
|
CGAL_assertion_msg( FPU_get_cw() == mode,
|
||||||
"The default FPU rounding mode has not been restored "
|
"The default FPU rounding mode has not been restored "
|
||||||
" before the exit of the program. "
|
"before the exit of the program. "
|
||||||
"That may be a bug in some CGAL kernel code.");
|
"That may be a bug in some CGAL kernel code.");
|
||||||
}
|
}
|
||||||
};
|
};
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue