diff --git a/t3lib/class.t3lib_cs.php b/t3lib/class.t3lib_cs.php
index 8e197aa2327574193fe23b3c5918d72113ef3ef4..a49a9ea2795a5ea75a38352538d978a012323539 100644
--- a/t3lib/class.t3lib_cs.php
+++ b/t3lib/class.t3lib_cs.php
@@ -1700,9 +1700,9 @@ class t3lib_cs {
 	/**
 	 * Converts special chars (like æøåÆØÅ, umlauts etc) to ascii equivalents (usually double-bytes, like æ => ae etc.)
 	 *
-	 * @param	string		Character set of string
-	 * @param	string		Input string to convert
-	 * @return	string		The converted string
+	 * @param string $charset Character set of string
+	 * @param string $string Input string to convert
+	 * @return string The converted string
 	 */
 	function specCharsToASCII($charset, $string) {
 		if ($charset == 'utf-8') {
diff --git a/typo3/file_list.php b/typo3/file_list.php
index 806a6a860741570cff66448bad0e361856e882fc..d3a5b6ab5b416a95366d60f399b57e67de29ae5f 100644
--- a/typo3/file_list.php
+++ b/typo3/file_list.php
@@ -33,7 +33,6 @@
  *
  */
 
-
 require ('init.php');
 
 $query = t3lib_div::getIndpEnv('QUERY_STRING');
diff --git a/typo3/file_rename.php b/typo3/file_rename.php
index 1f3ed060671b0a7a31fdedb62bade7e8a12deb05..af2a024b2e76d79b214652f3b3b2a7454f10425f 100644
--- a/typo3/file_rename.php
+++ b/typo3/file_rename.php
@@ -40,13 +40,6 @@ require('template.php');
 
 
 
-
-
-
-
-
-
-
 /**
  * Script Class for the rename-file form.
  *
diff --git a/typo3/file_upload.php b/typo3/file_upload.php
index f0d53dc0956808850fcc7617671d26259c59d3d0..2bf78d02e6c1011149fbaa04f77704ec5c37dc53 100644
--- a/typo3/file_upload.php
+++ b/typo3/file_upload.php
@@ -38,10 +38,6 @@ require('template.php');
 $LANG->includeLLFile('EXT:lang/locallang_misc.xml');
 
 
-
-
-
-
 /**
  * Script Class for display up to 10 upload fields
  *