Replacing tabs with spaces, trimming white space at EOL and newline at EOF
[squirrelmail.git] / src / folders_rename_do.php
index 5970fde9d8a9717d578bcaed6edd72e267763ed3..f3afc591c08885c6545d3bea5f9fb63ff7fd2636 100644 (file)
@@ -75,7 +75,7 @@ if ($old_name <> $new_name) {
     }
     sqimap_mailbox_rename( $imapConnection, $orig, $newone );
 
-    // Log out this session 
+    // Log out this session
     sqimap_logout($imapConnection);
 
 }