Remove trailing white spaces

Signed-off-by: Madhura Jayaratne <madhura.cj@gmail.com>
This commit is contained in:
Madhura Jayaratne 2015-04-28 07:08:48 +05:30
parent 3b3a14f33c
commit 230b0d3ed1

View File

@ -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
*/