summaryrefslogtreecommitdiffstats
path: root/src
diff options
context:
space:
mode:
authorMaximilian Albert <maximilian.albert@gmail.com>2008-08-18 00:40:01 +0000
committercilix42 <cilix42@users.sourceforge.net>2008-08-18 00:40:01 +0000
commit7574978691f95ab5d4e554f2f32f4a907b8fe25a (patch)
tree5fe44766373566f8038527f59b05dfc033b836fb /src
parentNew crosshairs cursor for geometry context (diff)
downloadinkscape-7574978691f95ab5d4e554f2f32f4a907b8fe25a.tar.gz
inkscape-7574978691f95ab5d4e554f2f32f4a907b8fe25a.zip
whitespace cleanup
(bzr r6663)
Diffstat (limited to 'src')
-rw-r--r--src/lpe-tool-context.cpp4
-rw-r--r--src/ui/dialog/inkscape-preferences.h2
2 files changed, 3 insertions, 3 deletions
diff --git a/src/lpe-tool-context.cpp b/src/lpe-tool-context.cpp
index 1fb55919f..700e822ea 100644
--- a/src/lpe-tool-context.cpp
+++ b/src/lpe-tool-context.cpp
@@ -194,7 +194,7 @@ sp_lpetool_context_selection_changed(Inkscape::Selection *selection, gpointer da
// TODO: update ShapeEditorsCollective instead
lc->shape_editor->unset_item(SH_NODEPATH);
lc->shape_editor->unset_item(SH_KNOTHOLDER);
- SPItem *item = selection->singleItem();
+ SPItem *item = selection->singleItem();
lc->shape_editor->set_item(item, SH_NODEPATH);
lc->shape_editor->set_item(item, SH_KNOTHOLDER);
lc->shape_editor->update_statusbar();
@@ -376,7 +376,7 @@ sp_lpetool_context_root_handler(SPEventContext *event_context, GdkEvent *event)
NR::Maybe<NR::Rect> const b = Inkscape::Rubberband::get()->getRectangle();
sp_lpetool_apply(dc, motion_dt);
-
+
// Remove all temporary line segments
while (dc->segments) {
gtk_object_destroy(GTK_OBJECT(dc->segments->data));
diff --git a/src/ui/dialog/inkscape-preferences.h b/src/ui/dialog/inkscape-preferences.h
index ab4f78810..448f30368 100644
--- a/src/ui/dialog/inkscape-preferences.h
+++ b/src/ui/dialog/inkscape-preferences.h
@@ -111,7 +111,7 @@ protected:
DialogPage _page_mouse, _page_scrolling, _page_steps, _page_tools, _page_windows,
_page_clones, _page_mask, _page_transforms, _page_filters, _page_select,
- _page_importexport, _page_cms, _page_grids, _page_svgoutput, _page_misc,
+ _page_importexport, _page_cms, _page_grids, _page_svgoutput, _page_misc,
_page_ui, _page_autosave, _page_bitmaps;
DialogPage _page_selector, _page_node, _page_tweak, _page_zoom, _page_shapes, _page_pencil, _page_pen,
_page_calligraphy, _page_text, _page_gradient, _page_connector, _page_dropper, _page_lpetool;