Add empty lines where it makes sense

This commit is contained in:
Philippe Vaucher
2014-03-24 10:45:14 +01:00
parent 4934cf59d2
commit d24ed44f83
7 changed files with 20 additions and 0 deletions

View File

@@ -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);