Index: /FCKeditor/trunk/_dev/css_compression.txt
===================================================================
--- /FCKeditor/trunk/_dev/css_compression.txt	(revision 2061)
+++ /FCKeditor/trunk/_dev/css_compression.txt	(revision 2062)
@@ -25,10 +25,10 @@
 1. Open the CSS compression tool page:
    http://iceyboard.no-ip.org/projects/css_compressor
-   
+
 2. Paste the full CSS data in the "CSS" text box.
 
 3. Leave all default options, expect in the "Output options" box, unchecking
    the following items:
-   
+
 		- Show statistics
 		- Output in colour
Index: /FCKeditor/trunk/_samples/sample.css
===================================================================
--- /FCKeditor/trunk/_samples/sample.css	(revision 2061)
+++ /FCKeditor/trunk/_samples/sample.css	(revision 2062)
@@ -41,5 +41,5 @@
 }
 
-#outputSample 
+#outputSample
 {
 	table-layout:fixed;
@@ -55,11 +55,11 @@
 	white-space: -o-pre-wrap; /* Opera 7 */
 	white-space: pre-wrap; /* CSS 2.1 */
-	white-space: pre-line; /* CSS 3 (and 2.1 as well, actually) */ 
+	white-space: pre-line; /* CSS 3 (and 2.1 as well, actually) */
 	word-wrap: break-word; /* IE */
 }
 
-#outputSample thead th 
+#outputSample thead th
 {
-	color: #dddddd; 
+	color: #dddddd;
 	background-color: #999999;
 	padding: 4px;
@@ -67,5 +67,5 @@
 }
 
-#outputSample tbody th 
+#outputSample tbody th
 {
 	vertical-align: top;
Index: /FCKeditor/trunk/editor/filemanager/browser/default/browser.html
===================================================================
--- /FCKeditor/trunk/editor/filemanager/browser/default/browser.html	(revision 2061)
+++ /FCKeditor/trunk/editor/filemanager/browser/default/browser.html	(revision 2062)
@@ -43,5 +43,5 @@
 			break ;
 		}
-		catch( e ) 
+		catch( e )
 		{
 			break ;
Index: /FCKeditor/trunk/editor/filemanager/browser/default/frmactualfolder.html
===================================================================
--- /FCKeditor/trunk/editor/filemanager/browser/default/frmactualfolder.html	(revision 2061)
+++ /FCKeditor/trunk/editor/filemanager/browser/default/frmactualfolder.html	(revision 2062)
@@ -41,5 +41,5 @@
 			break ;
 		}
-		catch( e ) 
+		catch( e )
 		{
 			break ;
Index: /FCKeditor/trunk/editor/filemanager/browser/default/js/common.js
===================================================================
--- /FCKeditor/trunk/editor/filemanager/browser/default/js/common.js	(revision 2061)
+++ /FCKeditor/trunk/editor/filemanager/browser/default/js/common.js	(revision 2062)
@@ -36,5 +36,5 @@
 			break ;
 		}
-		catch( e ) 
+		catch( e )
 		{
 			break ;
Index: /FCKeditor/trunk/editor/filemanager/connectors/asp/io.asp
===================================================================
--- /FCKeditor/trunk/editor/filemanager/connectors/asp/io.asp	(revision 2061)
+++ /FCKeditor/trunk/editor/filemanager/connectors/asp/io.asp	(revision 2062)
@@ -225,5 +225,5 @@
 	Response.Clear
 	Response.Write "<script type=""text/javascript"">"
-	' Minified version of the document.domain automatic fix script (#1919). 
+	' Minified version of the document.domain automatic fix script (#1919).
 	' The original script can be found at _dev/domain_fix_template.js
 	Response.Write "(function(){var d=document.domain;while (true){try{var A=window.parent.document.domain;break;}catch(e) {};d=d.replace(/.*?(?:\.|$)/,'');if (d.length==0) break;try{document.domain=d;}catch (e){break;}}})();"
Index: /FCKeditor/trunk/editor/filemanager/connectors/cfm/cf5_upload.cfm
===================================================================
--- /FCKeditor/trunk/editor/filemanager/connectors/cfm/cf5_upload.cfm	(revision 2061)
+++ /FCKeditor/trunk/editor/filemanager/connectors/cfm/cf5_upload.cfm	(revision 2062)
@@ -48,5 +48,5 @@
 	{
 		WriteOutput('<script type="text/javascript">');
-		// Minified version of the document.domain automatic fix script (#1919). 
+		// Minified version of the document.domain automatic fix script (#1919).
 		// The original script can be found at _dev/domain_fix_template.js
 		WriteOutput("(function(){var d=document.domain;while (true){try{var A=window.parent.document.domain;break;}catch(e) {};d=d.replace(/.*?(?:\.|$)/,'');if (d.length==0) break;try{document.domain=d;}catch (e){break;}}})();");
Index: /FCKeditor/trunk/editor/filemanager/connectors/cfm/cf_io.cfm
===================================================================
--- /FCKeditor/trunk/editor/filemanager/connectors/cfm/cf_io.cfm	(revision 2061)
+++ /FCKeditor/trunk/editor/filemanager/connectors/cfm/cf_io.cfm	(revision 2062)
@@ -266,5 +266,5 @@
 	<cfargument name="customMsg" required="false" type="String" default="">
 
-	<!--- Minified version of the document.domain automatic fix script (#1919). 
+	<!--- Minified version of the document.domain automatic fix script (#1919).
 	The original script can be found at _dev/domain_fix_template.js --->
 	<cfoutput>
Index: /FCKeditor/trunk/editor/filemanager/connectors/lasso/upload.lasso
===================================================================
--- /FCKeditor/trunk/editor/filemanager/connectors/lasso/upload.lasso	(revision 2061)
+++ /FCKeditor/trunk/editor/filemanager/connectors/lasso/upload.lasso	(revision 2062)
@@ -75,12 +75,12 @@
 		-description='Sets the HTML response for the FCKEditor Quick Upload feature.'
 	);
-		
+
 		$__html_reply__ = '<script type="text/javascript">';
-		
-		// Minified version of the document.domain automatic fix script (#1919). 
+
+		// Minified version of the document.domain automatic fix script (#1919).
 		// The original script can be found at _dev/domain_fix_template.js
 		// Note: in Lasso replace \ with \\
 		$__html_reply__ = $__html_reply__ + "(function(){var d=document.domain;while (true){try{var A=window.parent.document.domain;break;}catch(e) {};d=d.replace(/.*?(?:\\.|$)/,'');if (d.length==0) break;try{document.domain=d;}catch (e){break;}}})();";
-		
+
 		$__html_reply__ = $__html_reply__ + '\
 	window.parent.OnUploadCompleted(' + #errorNumber + ',"'
Index: /FCKeditor/trunk/editor/filemanager/connectors/perl/commands.pl
===================================================================
--- /FCKeditor/trunk/editor/filemanager/connectors/perl/commands.pl	(revision 2061)
+++ /FCKeditor/trunk/editor/filemanager/connectors/perl/commands.pl	(revision 2062)
@@ -170,5 +170,5 @@
 	local($sErrorNumber, $sFileUrl, $sFileName, $customMsg) = @_;
 
-	# Minified version of the document.domain automatic fix script (#1919). 
+	# Minified version of the document.domain automatic fix script (#1919).
 	# The original script can be found at _dev/domain_fix_template.js
 	# Note: in Perl replace \ with \\ and $ with \$
Index: /FCKeditor/trunk/editor/filemanager/connectors/py/fckoutput.py
===================================================================
--- /FCKeditor/trunk/editor/filemanager/connectors/py/fckoutput.py	(revision 2061)
+++ /FCKeditor/trunk/editor/filemanager/connectors/py/fckoutput.py	(revision 2062)
@@ -102,8 +102,8 @@
 		self.setHttpHeaders("text/html")
 		"This is the function that sends the results of the uploading process"
-		
+
 		"Minified version of the document.domain automatic fix script (#1919)."
 		"The original script can be found at _dev/domain_fix_template.js"
-		return """<script type="text/javascript">			
+		return """<script type="text/javascript">
 			(function(){var d=document.domain;while (true){try{var A=window.parent.document.domain;break;}catch(e) {};d=d.replace(/.*?(?:\.|$)/,'');if (d.length==0) break;try{document.domain=d;}catch (e){break;}}})();
 
