summaryrefslogtreecommitdiffstats
path: root/src/PatchageCanvas.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/PatchageCanvas.cpp')
-rw-r--r--src/PatchageCanvas.cpp4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/PatchageCanvas.cpp b/src/PatchageCanvas.cpp
index 1a06674..565e703 100644
--- a/src/PatchageCanvas.cpp
+++ b/src/PatchageCanvas.cpp
@@ -31,8 +31,8 @@
#endif
PatchageCanvas::PatchageCanvas(Patchage* app, int width, int height)
-: FlowCanvas::Canvas(width, height),
- _app(app)
+ : FlowCanvas::Canvas(width, height)
+ , _app(app)
{
}