Index: CKEditor/trunk/_source/themes/default/theme.js
===================================================================
--- CKEditor/trunk/_source/themes/default/theme.js	(revision 4774)
+++ CKEditor/trunk/_source/themes/default/theme.js	(revision 4780)
@@ -11,5 +11,5 @@
 			element;
 
-		// Try to retrieve the target element from the sharedSpaces settings. 
+		// Try to retrieve the target element from the sharedSpaces settings.
 		element = editor.config.sharedSpaces;
 		element = element && element[ spaceName ];
@@ -17,9 +17,9 @@
 
 		// If the element is available, we'll then create the container for
-		// the space.			
+		// the space.
 		if ( element )
 		{
 			// Creates an HTML structure that reproduces the editor class hierarchy.
-			var html = 
+			var html =
 				'<span class="cke_shared">' +
 				'<span class="' + editor.skinClass + ' cke_editor_' + editor.name + '">' +
@@ -37,5 +37,5 @@
 			else
 				element.setCustomData( 'cke_hasshared', 1 );
-			
+
 			// Get the deeper inner <div>.
 			container = mainContainer.getChild( [0,0,0,0] );
@@ -46,6 +46,6 @@
 					for ( var i = 0, sibling, children = element.getChildren() ; ( sibling = children.getItem( i ) ) ; i++ )
 					{
-						if ( sibling.type == CKEDITOR.NODE_ELEMENT 
-							&& !sibling.equals( mainContainer ) 
+						if ( sibling.type == CKEDITOR.NODE_ELEMENT
+							&& !sibling.equals( mainContainer )
 							&& sibling.hasClass( 'cke_shared' ) )
 						{
@@ -107,5 +107,5 @@
 			var sharedTop		= topHtml && checkSharedSpace( editor, 'top' ),
 				sharedBottoms	= checkSharedSpace( editor, 'bottom' );
-				
+
 			sharedTop		&& ( sharedTop.setHtml( topHtml )		, topHtml = '' );
 			sharedBottoms	&& ( sharedBottoms.setHtml( bottomHtml ), bottomHtml = '' );
