diff pidgin/plugins/win32/winprefs/gtkappbar.c @ 31534:a8cc50c2279f

Remove trailing whitespace
author Richard Laager <rlaager@wiktel.com>
date Tue, 04 Jan 2011 06:55:30 +0000
parents 8998ca47e6d0
children
line wrap: on
line diff
--- a/pidgin/plugins/win32/winprefs/gtkappbar.c	Tue Jan 04 06:42:45 2011 +0000
+++ b/pidgin/plugins/win32/winprefs/gtkappbar.c	Tue Jan 04 06:55:30 2011 +0000
@@ -167,7 +167,7 @@
         SetWindowLong(hwnd, GWL_EXSTYLE, style);
 	SetWindowPos(hwnd, 0, 0, 0, 0, 0,
 		SWP_NOMOVE | SWP_NOSIZE | SWP_NOACTIVATE);
-	
+
 /*	This really should be the following, but SWP_FRAMECHANGED strangely causes initermittent problems "Show Desktop" done more than once.
  *	Not having SWP_FRAMECHANGED *should* cause the Style not to be applied, but i haven't noticed any problems
  *			SWP_NOMOVE | SWP_NOSIZE | SWP_NOZORDER | SWP_FRAMECHANGED);