Code

Node tool: fix Tab and Shift+Tab
[inkscape.git] / src / star-context.h
index 6db29ec4212abd32558644fd3b9524fcc4fca0e8..024bf8d74940499d69b478a3cdb14fab48504b1e 100644 (file)
@@ -28,27 +28,27 @@ class SPStarContext;
 class SPStarContextClass;
 
 struct SPStarContext : public SPEventContext {
-       SPItem *item;
-       Geom::Point center;
-
-       /* Number of corners */
-       gint magnitude;
-       /* Outer/inner radius ratio */
-       gdouble proportion;
-       /* flat sides or not? */
-       bool isflatsided;
-       /* rounded corners ratio */
-       gdouble rounded;
-       // randomization
-       gdouble randomized;
+    SPItem *item;
+    Geom::Point center;
+
+    /* Number of corners */
+    gint magnitude;
+    /* Outer/inner radius ratio */
+    gdouble proportion;
+    /* flat sides or not? */
+    bool isflatsided;
+    /* rounded corners ratio */
+    gdouble rounded;
+    // randomization
+    gdouble randomized;
 
     sigc::connection sel_changed_connection;
 
-       Inkscape::MessageContext *_message_context;
+    Inkscape::MessageContext *_message_context;
 };
 
 struct SPStarContextClass {
-       SPEventContextClass parent_class;
+    SPEventContextClass parent_class;
 };
 
 GtkType sp_star_context_get_type (void);