whitespace cleanup: remove trailing whitespace and excess newlines and
2008-05-28 Michael Natterer <mitch@imendio.com> * gtk/gtk*.h: whitespace cleanup: remove trailing whitespace and excess newlines and sprinkled some newlines where needed. Zero code or formatting changes included. svn path=/trunk/; revision=20225
This commit is contained in:
		 Michael Natterer
					Michael Natterer
				
			
				
					committed by
					
						 Michael Natterer
						Michael Natterer
					
				
			
			
				
	
			
			
			 Michael Natterer
						Michael Natterer
					
				
			
						parent
						
							0bf59ed22e
						
					
				
				
					commit
					2c5f8a5c2b
				
			| @ -49,7 +49,7 @@ struct _GtkListStore | ||||
|   gint stamp; | ||||
|   gpointer seq;		/* head of the list */ | ||||
|   gpointer _gtk_reserved1; | ||||
|   GList *sort_list;	 | ||||
|   GList *sort_list; | ||||
|   gint n_columns; | ||||
|   gint sort_column_id; | ||||
|   GtkSortType order; | ||||
| @ -93,7 +93,7 @@ void          gtk_list_store_set              (GtkListStore *list_store, | ||||
| 					       ...); | ||||
| void          gtk_list_store_set_valuesv      (GtkListStore *list_store, | ||||
| 					       GtkTreeIter  *iter, | ||||
| 					       gint         *columns,  | ||||
| 					       gint         *columns, | ||||
| 					       GValue       *values, | ||||
| 					       gint          n_values); | ||||
| void          gtk_list_store_set_valist       (GtkListStore *list_store, | ||||
| @ -117,7 +117,7 @@ void          gtk_list_store_insert_with_values  (GtkListStore *list_store, | ||||
| void          gtk_list_store_insert_with_valuesv (GtkListStore *list_store, | ||||
| 						  GtkTreeIter  *iter, | ||||
| 						  gint          position, | ||||
| 						  gint         *columns,  | ||||
| 						  gint         *columns, | ||||
| 						  GValue       *values, | ||||
| 						  gint          n_values); | ||||
| void          gtk_list_store_prepend          (GtkListStore *list_store, | ||||
|  | ||||
		Reference in New Issue
	
	Block a user