gtk/gtkaccellabel.h gtk/gtkactiongroup.h gtk/gtkalignment.h gtk/gtkarrow.h

2008-06-20  Michael Natterer  <mitch@imendio.com>

	* gtk/gtkaccellabel.h
	* gtk/gtkactiongroup.h
	* gtk/gtkalignment.h
	* gtk/gtkarrow.h
	* gtk/gtkaspectframe.h
	* gtk/gtkbin.h
	* gtk/gtkhandlebox.h
	* gtk/gtkprogressbar.h
	* gtk/gtkrange.h
	* gtk/gtkscale.h
	* gtk/gtkscalebutton.h
	* gtk/gtkselection.h: fix some formatting and spacing uglyness
	that got merged from the GSEAL branch.


svn path=/trunk/; revision=20643
This commit is contained in:
Michael Natterer
2008-06-20 14:17:00 +00:00
committed by Michael Natterer
parent 812eaa436f
commit f87182ac43
13 changed files with 63 additions and 46 deletions

View File

@ -53,7 +53,7 @@ struct _GtkScale
{
GtkRange range;
gint GSEAL(digits);
gint GSEAL (digits);
guint GSEAL (draw_value) : 1;
guint GSEAL (value_pos) : 2;
};