diff options
| author | Bryce Harrington <bryce@bryceharrington.org> | 2008-01-07 08:07:48 +0000 |
|---|---|---|
| committer | bryce <bryce@users.sourceforge.net> | 2008-01-07 08:07:48 +0000 |
| commit | b8c6e0bf58bc20dd63c371f14bae1be3d080c6bc (patch) | |
| tree | e779a03baac8a04c99b8ff52578ec4f876d04296 /src | |
| parent | * Fixing some format error (diff) | |
| download | inkscape-b8c6e0bf58bc20dd63c371f14bae1be3d080c6bc.tar.gz inkscape-b8c6e0bf58bc20dd63c371f14bae1be3d080c6bc.zip | |
whitespace cleanup
(bzr r4420)
Diffstat (limited to 'src')
| -rw-r--r-- | src/seltrans.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/src/seltrans.h b/src/seltrans.h index d3cbcbd57..58a6d5d29 100644 --- a/src/seltrans.h +++ b/src/seltrans.h @@ -128,7 +128,7 @@ private: gdouble _strokewidth; NR::Matrix _current; NR::Point _opposite; ///< opposite point to where a scale is taking place - + NR::Point _opposite_for_specpoints; NR::Point _opposite_for_bboxpoints; NR::Point _origin_for_specpoints; @@ -145,7 +145,7 @@ private: SPCanvasItem *_l[4]; guint _sel_changed_id; guint _sel_modified_id; - GSList *_stamp_cache; + GSList *_stamp_cache; NR::Point _origin; ///< position of origin for transforms NR::Point _point; ///< original position of the knot being used for the current transform |
