summaryrefslogtreecommitdiffstats
path: root/src/display/sp-ctrlquadr.cpp
diff options
context:
space:
mode:
authorRalf Stephan <ralf@ark.in-berlin.de>2006-02-13 19:14:47 +0000
committerrwst <rwst@users.sourceforge.net>2006-02-13 19:14:47 +0000
commitdce08c184686d4cef1f1961926cce339429f5aba (patch)
tree58a437a00423768c653d1a90ddb5cf65bfe71efd /src/display/sp-ctrlquadr.cpp
parentclosed up denial-of-service attack vector (ironically located in an (diff)
downloadinkscape-dce08c184686d4cef1f1961926cce339429f5aba.tar.gz
inkscape-dce08c184686d4cef1f1961926cce339429f5aba.zip
bulk whitespace removal patch #1198588 by gigaclon
(bzr r134)
Diffstat (limited to 'src/display/sp-ctrlquadr.cpp')
-rw-r--r--src/display/sp-ctrlquadr.cpp6
1 files changed, 3 insertions, 3 deletions
diff --git a/src/display/sp-ctrlquadr.cpp b/src/display/sp-ctrlquadr.cpp
index e9488cdb5..707d0e059 100644
--- a/src/display/sp-ctrlquadr.cpp
+++ b/src/display/sp-ctrlquadr.cpp
@@ -94,7 +94,7 @@ sp_ctrlquadr_destroy (GtkObject *object)
delete ctrlquadr->shp;
ctrlquadr->shp = NULL;
}
-
+
if (GTK_OBJECT_CLASS (parent_class)->destroy)
(* GTK_OBJECT_CLASS (parent_class)->destroy) (object);
}
@@ -141,7 +141,7 @@ sp_ctrlquadr_update (SPCanvasItem *item, NR::Matrix const &affine, unsigned int
thePath->LineTo(cl->p3 * affine);
thePath->LineTo(cl->p4 * affine);
thePath->LineTo(cl->p1 * affine);
-
+
thePath->Convert(1.0);
if ( cl->shp == NULL ) cl->shp=new Shape;
@@ -160,7 +160,7 @@ sp_ctrlquadr_update (SPCanvasItem *item, NR::Matrix const &affine, unsigned int
}
}
delete thePath;
-
+
item->x1 = (int)dbox.x0;
item->y1 = (int)dbox.y0;
item->x2 = (int)dbox.x1;