diff pidgin/plugins/crazychat/camdata.h @ 31533:44f53d3fc54f

Remove trailing whitespace
author Richard Laager <rlaager@wiktel.com>
date Tue, 04 Jan 2011 06:42:45 +0000
parents 5fe8042783c1
children
line wrap: on
line diff
--- a/pidgin/plugins/crazychat/camdata.h	Mon Jan 03 19:18:07 2011 +0000
+++ b/pidgin/plugins/crazychat/camdata.h	Tue Jan 04 06:42:45 2011 +0000
@@ -6,7 +6,7 @@
  *  Copyright (c) 2004 __MyCompanyName__. All rights reserved.
  *
  */
- 
+
 #pragma once
 
 #ifdef __APPLE_CC__
@@ -17,12 +17,12 @@
 	#include <QuickTime.h>
 #endif
 
-typedef struct 
+typedef struct
 {
 	GWorldPtr 				gw;
 	GWorldPtr 				overlay;
 	GWorldPtr 				histoWorld;
-	
+
 	Rect 					bounds;
 	WindowPtr				window;
 	ImageSequence 			drawSeq;