summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--ganv/ganv.h1
-rw-r--r--ganv/types.h1
-rw-r--r--src/Canvas.cpp2
3 files changed, 1 insertions, 3 deletions
diff --git a/ganv/ganv.h b/ganv/ganv.h
index 3f8e037..fb6d25f 100644
--- a/ganv/ganv.h
+++ b/ganv/ganv.h
@@ -29,4 +29,3 @@
#include "ganv/types.h"
#endif /* GANV_GANV_H */
-
diff --git a/ganv/types.h b/ganv/types.h
index 10b6a90..792d7b1 100644
--- a/ganv/types.h
+++ b/ganv/types.h
@@ -24,4 +24,3 @@ typedef struct _GanvPort GanvPort;
typedef struct _GanvBox GanvBox;
#endif /* GANV_TYPES_H */
-
diff --git a/src/Canvas.cpp b/src/Canvas.cpp
index 7d79ffe..e31bc9d 100644
--- a/src/Canvas.cpp
+++ b/src/Canvas.cpp
@@ -2576,7 +2576,7 @@ ganv_canvas_arrange(GanvCanvas* canvas)
x -= r;
y -= r;
}
-
+
least_x = std::min(least_x, x);
least_y = std::min(least_y, y);
most_x = std::max(most_x, x + w);