Index: /CKEditor/trunk/_source/core/dom/range.js
===================================================================
--- /CKEditor/trunk/_source/core/dom/range.js	(revision 4663)
+++ /CKEditor/trunk/_source/core/dom/range.js	(revision 4664)
@@ -1485,5 +1485,5 @@
 		splitElement : function( toSplit )
 		{
-			if( !this.collapsed )
+			if ( !this.collapsed )
 				return;
 
Index: /CKEditor/trunk/_source/plugins/wysiwygarea/plugin.js
===================================================================
--- /CKEditor/trunk/_source/plugins/wysiwygarea/plugin.js	(revision 4663)
+++ /CKEditor/trunk/_source/plugins/wysiwygarea/plugin.js	(revision 4664)
@@ -90,5 +90,5 @@
 					{
 						// Split up inline elements.
-						if( current.getName() in CKEDITOR.dtd.span )
+						if ( current.getName() in CKEDITOR.dtd.span )
 							range.splitElement( current );
 						// If we're in an empty block which indicate a new paragraph,
