From c3cac803ccb8f9fcdcd23e89b714d8e474dceb81 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Michal=20=C4=8Ciha=C5=99?= Date: Thu, 2 May 2013 15:05:55 +0200 Subject: [PATCH] Remove extra whitespace --- libraries/DisplayResults.class.php | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/libraries/DisplayResults.class.php b/libraries/DisplayResults.class.php index 96a67c7d9d..a043bc5de8 100644 --- a/libraries/DisplayResults.class.php +++ b/libraries/DisplayResults.class.php @@ -1552,7 +1552,7 @@ class PMA_DisplayResults * * @see _getTableHeaders() */ - private function _getOptionsBlock() + private function _getOptionsBlock() { $options_html = ''; @@ -5920,7 +5920,7 @@ class PMA_DisplayResults } /** - * Display binary fields as hex string for PHP <5.4, + * Display binary fields as hex string for PHP <5.4, * otherwise escape the contents if it may be displayed as hex * * @param string $content String to parse