Replacing tabs with spaces, trimming white space at EOL and newline at EOF
[squirrelmail.git] / plugins / message_details / setup.php
index a090bf9c8ec6daab447c0812f3a321948841792d..30ad3e3c1a89b646fe21787c3381a42b54be9ab4 100644 (file)
@@ -1,6 +1,6 @@
 <?php
 /**
- * Message Details plugin - main setup script  
+ * Message Details plugin - main setup script
  *
  * Plugin to view the RFC822 raw message output and the bodystructure of a message
  *
@@ -54,8 +54,8 @@ function show_message_details() {
                 "// -->\n" .
                 "</script>\n" .
                 "&nbsp;|&nbsp;<a href=\"javascript:MessageSource();\">$print_text</a>\n";
-    } 
+    }
     echo $result;
 }
+
 ?>
\ No newline at end of file