Replacing tabs with spaces, trimming white space at EOL and newline at EOF (PHP only)
[squirrelmail.git] / functions / decode / us_ascii.php
index 55eb73b0e39cb6a5998d0c2b56ef7513783bc572..044cad7ef362e8b6075a3b9b401037744b7a7d18 100644 (file)
@@ -35,4 +35,4 @@ function charset_decode_us_ascii ($string) {
     $string = preg_replace("/([\241-\377])/e","'?'",$string);
     return $string;
 }
-?>
+?>
\ No newline at end of file