From 230b0d3ed1a7a2dbf9ca2db951f39610ac17cced Mon Sep 17 00:00:00 2001 From: Madhura Jayaratne Date: Tue, 28 Apr 2015 07:08:48 +0530 Subject: [PATCH] Remove trailing white spaces Signed-off-by: Madhura Jayaratne --- libraries/structure.lib.php | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/libraries/structure.lib.php b/libraries/structure.lib.php index d290a14b93..99c625d660 100644 --- a/libraries/structure.lib.php +++ b/libraries/structure.lib.php @@ -637,9 +637,9 @@ function PMA_getHtmlForShowStats($tbl_url_query, $formatted_size, * Get HTML to show either a database structure creation, last update or * last check time * - * @param string $one_time one of the times to show - * @param string $config_param the related configuration parameter - * @param string $class the class to generate + * @param string $one_time one of the times to show + * @param string $config_param the related configuration parameter + * @param string $class the class to generate * * @return string $html_output */