Skip to content

Commit ba1ab99

Browse files
committed
mpl2: format
Signed-off-by: Arthur Koucher <arthurkoucher@precisioninno.com>
1 parent e0b938d commit ba1ab99

File tree

1 file changed

+2
-3
lines changed

1 file changed

+2
-3
lines changed

src/mpl2/src/object.h

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -723,9 +723,8 @@ struct Rect
723723
if (lx < core_lx - 1.0 || ly < core_ly - 1.0 || ux > core_ux + 1.0
724724
|| uy > core_uy + 1.0) {
725725
std::cout << "Error !!!\n"
726-
<< "core_lx = " << core_lx << " "
727-
<< "core_ly = " << core_ly << " "
728-
<< "core_ux = " << core_ux << " "
726+
<< "core_lx = " << core_lx << " " << "core_ly = " << core_ly
727+
<< " " << "core_ux = " << core_ux << " "
729728
<< "core_uy = " << core_uy << std::endl;
730729
}
731730
}

0 commit comments

Comments
 (0)