Index: /CKEditor/trunk/_source/core/dom/range.js
===================================================================
--- /CKEditor/trunk/_source/core/dom/range.js	(revision 4736)
+++ /CKEditor/trunk/_source/core/dom/range.js	(revision 4737)
@@ -1619,5 +1619,5 @@
 			{
 				isEditable = el.isEditable();
-				
+
 				// If an editable element is found, move inside it.
 				if ( isEditable )
@@ -1632,8 +1632,8 @@
 				// Non-editable non-inline elements are to be bypassed, getting the next one.
 				if ( CKEDITOR.dtd.$empty[ el.getName() ] )
-					el = el.getNext( nonWhitespaceOrBookmarkEval ); 
+					el = el.getNext( nonWhitespaceOrBookmarkEval );
 				else
-					el = el.getFirst( nonWhitespaceOrBookmarkEval ); 
-				
+					el = el.getFirst( nonWhitespaceOrBookmarkEval );
+
 				// Stop immediately if we've found a text node.
 				if ( el && el.type == CKEDITOR.NODE_TEXT )
Index: /CKEditor/trunk/_source/plugins/domiterator/plugin.js
===================================================================
--- /CKEditor/trunk/_source/plugins/domiterator/plugin.js	(revision 4736)
+++ /CKEditor/trunk/_source/plugins/domiterator/plugin.js	(revision 4737)
@@ -218,5 +218,5 @@
 					// Drop the range if it only contains bookmark nodes, and is
 					// not because of the original collapsed range. (#4087,#4450)
-					if ( boundaryNodes.startNode.getParent().equals( startPath.blockLimit ) 
+					if ( boundaryNodes.startNode.getParent().equals( startPath.blockLimit )
 						 && isBookmark( boundaryNodes.startNode ) && isBookmark( boundaryNodes.endNode ) )
 					{
