Index: /FCKeditor/trunk/editor/_source/internals/fcktablehandler.js
===================================================================
--- /FCKeditor/trunk/editor/_source/internals/fcktablehandler.js	(revision 493)
+++ /FCKeditor/trunk/editor/_source/internals/fcktablehandler.js	(revision 494)
@@ -1,24 +1,24 @@
 ﻿/*
-       * FCKeditor - The text editor for Internet - http://www.fckeditor.net
-       * Copyright (C) 2003-2007 Frederico Caldeira Knabben
-       *
-       * == BEGIN LICENSE ==
-       *
-       * Licensed under the terms of any of the following licenses at your
-       * choice:
-       *
-       *  - GNU General Public License Version 2 or later (the "GPL")
-       *    http://www.gnu.org/licenses/gpl.html
-       *
-       *  - GNU Lesser General Public License Version 2.1 or later (the "LGPL")
-       *    http://www.gnu.org/licenses/lgpl.html
-       *
-       *  - Mozilla Public License Version 1.1 or later (the "MPL")
-       *    http://www.mozilla.org/MPL/MPL-1.1.html
-       *
-       * == END LICENSE ==
-       *
-       * Manage table operations.
-       */
+ * FCKeditor - The text editor for Internet - http://www.fckeditor.net
+ * Copyright (C) 2003-2007 Frederico Caldeira Knabben
+ *
+ * == BEGIN LICENSE ==
+ *
+ * Licensed under the terms of any of the following licenses at your
+ * choice:
+ *
+ *  - GNU General Public License Version 2 or later (the "GPL")
+ *    http://www.gnu.org/licenses/gpl.html
+ *
+ *  - GNU Lesser General Public License Version 2.1 or later (the "LGPL")
+ *    http://www.gnu.org/licenses/lgpl.html
+ *
+ *  - Mozilla Public License Version 1.1 or later (the "MPL")
+ *    http://www.mozilla.org/MPL/MPL-1.1.html
+ *
+ * == END LICENSE ==
+ *
+ * Manage table operations.
+ */
 
 var FCKTableHandler = new Object() ;
@@ -43,5 +43,5 @@
 {
 	// If no row has been passed as a parameer,
-	// then get the row( s ) containing the cells where the selection is placed in.	
+	// then get the row( s ) containing the cells where the selection is placed in.
 	// If user selected multiple rows ( by selecting multiple cells ), walk
 	// the selected cell list and delete the rows containing the selected cells
