mirror of
https://github.com/kerberos-io/openalpr-base.git
synced 2025-10-07 06:50:51 +08:00
Add empty lines where it makes sense
This commit is contained in:
@@ -262,6 +262,7 @@ LineSegment::LineSegment(Point p1, Point p2)
|
||||
{
|
||||
init(p1.x, p1.y, p2.x, p2.y);
|
||||
}
|
||||
|
||||
LineSegment::LineSegment(int x1, int y1, int x2, int y2)
|
||||
{
|
||||
init(x1, y1, x2, y2);
|
||||
|
Reference in New Issue
Block a user