Index: /CKEditor/trunk/_source/plugins/clipboard/plugin.js
===================================================================
--- /CKEditor/trunk/_source/plugins/clipboard/plugin.js	(revision 4851)
+++ /CKEditor/trunk/_source/plugins/clipboard/plugin.js	(revision 4852)
@@ -171,5 +171,5 @@
 		var pastebin = new CKEDITOR.dom.element( mode == 'text' ? 'textarea' : 'div', doc );
 		pastebin.setAttribute( 'id', 'cke_pastebin' );
-		// Safari requires a filler node inside the div to have the content pasted into it. (#4882) 
+		// Safari requires a filler node inside the div to have the content pasted into it. (#4882)
 		CKEDITOR.env.webkit && pastebin.append( doc.createText( '\xa0' ) );
 		doc.getBody().append( pastebin );
Index: /CKEditor/trunk/_source/plugins/newpage/plugin.js
===================================================================
--- /CKEditor/trunk/_source/plugins/newpage/plugin.js	(revision 4851)
+++ /CKEditor/trunk/_source/plugins/newpage/plugin.js	(revision 4852)
@@ -30,5 +30,5 @@
 								command: command
 							} );
-							
+
 						}, 200 );
 					} );
Index: /CKEditor/trunk/_source/plugins/pastefromword/filter/default.js
===================================================================
--- /CKEditor/trunk/_source/plugins/pastefromword/filter/default.js	(revision 4851)
+++ /CKEditor/trunk/_source/plugins/pastefromword/filter/default.js	(revision 4852)
@@ -268,5 +268,5 @@
 			} )(),
 
-			// Providing a shorthand style then retrieve one or more style component values. 
+			// Providing a shorthand style then retrieve one or more style component values.
 			getStyleComponents : ( function()
 			{
Index: /CKEditor/trunk/_source/plugins/table/dialogs/table.js
===================================================================
--- /CKEditor/trunk/_source/plugins/table/dialogs/table.js	(revision 4851)
+++ /CKEditor/trunk/_source/plugins/table/dialogs/table.js	(revision 4852)
@@ -200,5 +200,5 @@
 				if ( !this._.selectedElement )
 					editor.insertElement( table );
-				// Properly restore the selection inside table. (#4822) 
+				// Properly restore the selection inside table. (#4822)
 				else
 					selection.selectBookmarks( bms );
Index: /CKEditor/trunk/_source/plugins/wsc/dialogs/wsc.js
===================================================================
--- /CKEditor/trunk/_source/plugins/wsc/dialogs/wsc.js	(revision 4851)
+++ /CKEditor/trunk/_source/plugins/wsc/dialogs/wsc.js	(revision 4852)
@@ -82,8 +82,8 @@
 
 		LangComparer.setDefaulLangCode( editor.config.defaultLanguage );
-		
+
 		window.doSpell({
 			ctrl : textareaId,
-			
+
 			lang : editor.config.wsc_lang || LangComparer.getSPLangCode(editor.langCode ),
 			intLang: editor.config.wsc_uiLang || LangComparer.getSPLangCode(editor.langCode ),
@@ -113,5 +113,5 @@
 			customDictionaryName: editor.config.wsc_customDictionaryIds && editor.config.wsc_customDictionaryIds.split(","),
 			domainName: editor.config.wsc_domainName
-			
+
 		});
 
