Index: /CKEditor/trunk/_source/plugins/clipboard/plugin.js
===================================================================
--- /CKEditor/trunk/_source/plugins/clipboard/plugin.js	(revision 5367)
+++ /CKEditor/trunk/_source/plugins/clipboard/plugin.js	(revision 5368)
@@ -1,3 +1,3 @@
-/*
+﻿/*
 Copyright (c) 2003-2010, CKSource - Frederico Knabben. All rights reserved.
 For licensing, see LICENSE.html or http://ckeditor.com/license
Index: /CKEditor/trunk/_source/plugins/colorbutton/plugin.js
===================================================================
--- /CKEditor/trunk/_source/plugins/colorbutton/plugin.js	(revision 5367)
+++ /CKEditor/trunk/_source/plugins/colorbutton/plugin.js	(revision 5368)
@@ -1,3 +1,3 @@
-/*
+﻿/*
 Copyright (c) 2003-2010, CKSource - Frederico Knabben. All rights reserved.
 For licensing, see LICENSE.html or http://ckeditor.com/license
@@ -102,5 +102,5 @@
 							// Fore color style must be applied inside links instead of around it.
 							function( element ){ return element.getName() != 'a'; };
-						
+
 						new CKEDITOR.style( colorStyle, { color : color } ).apply( editor.document );
 					}
Index: /CKEditor/trunk/_source/plugins/elementspath/plugin.js
===================================================================
--- /CKEditor/trunk/_source/plugins/elementspath/plugin.js	(revision 5367)
+++ /CKEditor/trunk/_source/plugins/elementspath/plugin.js	(revision 5368)
@@ -202,3 +202,2 @@
 	}
 };
-
Index: /CKEditor/trunk/_source/plugins/find/dialogs/find.js
===================================================================
--- /CKEditor/trunk/_source/plugins/find/dialogs/find.js	(revision 5367)
+++ /CKEditor/trunk/_source/plugins/find/dialogs/find.js	(revision 5368)
@@ -837,5 +837,5 @@
 					finder.matchRange.removeHighlight();
 					editor.focus();
-					
+
 					range = finder.matchRange.toDomRange();
 					if ( range )
Index: /CKEditor/trunk/_source/plugins/tabletools/plugin.js
===================================================================
--- /CKEditor/trunk/_source/plugins/tabletools/plugin.js	(revision 5367)
+++ /CKEditor/trunk/_source/plugins/tabletools/plugin.js	(revision 5368)
@@ -86,5 +86,5 @@
 		return retval;
 	}
-	
+
 	function getFocusedCell( cellsToDelete ) {
 		var i = 0,
@@ -93,13 +93,13 @@
 			cell,focusedCell,
 			tr;
-	
+
 		while ( ( cell = cellsToDelete[ i++ ] ) )
 			CKEDITOR.dom.element.setMarker( database, cell, 'delete_cell', true );
-		
+
 		// 1.first we check left or right side focusable cell row by row;
 		i = 0;
 		while ( ( cell = cellsToDelete[ i++ ] ) )
 		{
-			if ( ( focusedCell = cell.getPrevious() ) && !focusedCell.getCustomData( 'delete_cell' )			  
+			if ( ( focusedCell = cell.getPrevious() ) && !focusedCell.getCustomData( 'delete_cell' )
 			  || ( focusedCell = cell.getNext()     ) && !focusedCell.getCustomData( 'delete_cell' ) )
 			{
@@ -115,5 +115,5 @@
 		if ( ( tr = tr.getPrevious() ) )
 			return tr.getLast();
-		
+
 		// 3. last we check the lowerest  row focusable cell
 		tr = cellsToDelete[ last ].getParent();
@@ -320,5 +320,5 @@
 			for ( var i = cellsToDelete.length - 1 ; i >= 0 ; i-- )
 				deleteCells( cellsToDelete[ i ] );
-			
+
 			if ( cellToFocus )
 				placeCursorInCell( cellToFocus, true );
