Fix trailing whitespaces.

This commit is contained in:
Tomasz Moń
2012-11-12 21:09:40 +01:00
parent 7691323989
commit c927b075a7
10 changed files with 5354 additions and 5358 deletions

View File

@@ -50,7 +50,7 @@ typedef enum
gint height; /* derived from image height. */
gint frame_width; /* derived from pixbuf (width / height) or provided override for rectangular frames */
};
struct _GtkKnob {
GtkWidget widget;
@@ -68,7 +68,7 @@ typedef enum
/* knob animation */
GtkKnobAnim *anim;
gint width, height;
/* Old values from adjustment stored so we know when something changes */
gdouble old_value;
gdouble old_lower;