diff pidgin/gtkdebug.c @ 31086:a8cc50c2279f

Remove trailing whitespace
author Richard Laager <rlaager@wiktel.com>
date Tue, 04 Jan 2011 06:55:30 +0000
parents bedc5715ab5f
children a7397a3d67ef 457443ca22e0
line wrap: on
line diff
--- a/pidgin/gtkdebug.c	Tue Jan 04 06:42:45 2011 +0000
+++ b/pidgin/gtkdebug.c	Tue Jan 04 06:55:30 2011 +0000
@@ -385,20 +385,20 @@
 			gint m;
 			gint start_pos, end_pos;
 			GtkTextIter ms, me;
-			
+
 			if (!g_match_info_matches(match_info))
 				break;
-			
+
 			for (m = 0; m < g_match_info_get_match_count(match_info); m++)
 			{
 				if (m == 1)
 					continue;
-				
+
 				g_match_info_fetch_pos(match_info, m, &start_pos, &end_pos);
-				
+
 				if (end_pos == -1)
 					break;
-				
+
 				gtk_text_buffer_get_iter_at_offset(imhtml->text_buffer, &ms,
 													i + start_pos);
 				gtk_text_buffer_get_iter_at_offset(imhtml->text_buffer, &me,
@@ -407,7 +407,7 @@
 												  &ms, &me);
 				offset = end_pos;
 			}
-			
+
 			g_match_info_free(match_info);
 			p += offset;
 			i += offset;