Index: /CKEditor/trunk/_source/plugins/image/dialogs/image.js
===================================================================
--- /CKEditor/trunk/_source/plugins/image/dialogs/image.js	(revision 5144)
+++ /CKEditor/trunk/_source/plugins/image/dialogs/image.js	(revision 5145)
@@ -1112,5 +1112,5 @@
 							type : 'button',
 							id : 'browse',
-							filebrowser : 
+							filebrowser :
 							{
 								action : 'Browse',
Index: /CKEditor/trunk/_source/plugins/justify/plugin.js
===================================================================
--- /CKEditor/trunk/_source/plugins/justify/plugin.js	(revision 5144)
+++ /CKEditor/trunk/_source/plugins/justify/plugin.js	(revision 5145)
@@ -84,5 +84,5 @@
 				iterator = ranges[ i ].createIterator();
 				iterator.enlargeBr = enterMode != CKEDITOR.ENTER_BR;
-				
+
 				while ( ( block = iterator.getNextParagraph() ) )
 				{
Index: /CKEditor/trunk/_source/plugins/link/dialogs/link.js
===================================================================
--- /CKEditor/trunk/_source/plugins/link/dialogs/link.js	(revision 5144)
+++ /CKEditor/trunk/_source/plugins/link/dialogs/link.js	(revision 5145)
@@ -20,5 +20,5 @@
 		popupFeatures.hide();
 		targetName.setValue( '' );
-		
+
 		switch ( value )
  		{
@@ -37,5 +37,5 @@
 				break;
  		}
-		
+
 	};
 
Index: /CKEditor/trunk/_source/plugins/selection/plugin.js
===================================================================
--- /CKEditor/trunk/_source/plugins/selection/plugin.js	(revision 5144)
+++ /CKEditor/trunk/_source/plugins/selection/plugin.js	(revision 5145)
@@ -144,5 +144,5 @@
 								if ( CKEDITOR.env.ie && CKEDITOR.env.version < 8 )
 								{
-									// IE stack overflows when we're doing so inside table. (#5114)   
+									// IE stack overflows when we're doing so inside table. (#5114)
 									var parent =
 										savedRange
Index: /CKEditor/trunk/_source/plugins/undo/plugin.js
===================================================================
--- /CKEditor/trunk/_source/plugins/undo/plugin.js	(revision 5144)
+++ /CKEditor/trunk/_source/plugins/undo/plugin.js	(revision 5145)
@@ -397,5 +397,5 @@
 			// Update current image with the actual editor
 			// content, since actualy content may differ from
-			// the original snapshot due to dom change. (#4622) 
+			// the original snapshot due to dom change. (#4622)
 			this.snapshots.splice( this.index, 1, ( this.currentImage =  new Image( this.editor ) ) );
 
