Skip to content

Commit ce33a80

Browse files
committed
Minor source code formatting
1 parent e88470c commit ce33a80

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

Zebra_Database.php

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4716,7 +4716,7 @@ function _show_debugging_console() {
47164716
}
47174717

47184718
// is there a query to be displayed?
4719-
if (isset($debug_info['query']) )
4719+
if (isset($debug_info['query']))
47204720

47214721
$output .= '
47224722
<div class="zdc-box zdc-syntax-highlight">' .
@@ -5236,7 +5236,7 @@ private function _is_debugging_enabled() {
52365236
// remove cookie
52375237
@setcookie($this->debug_cookie_name, '', time() - 3600, '/', '', false, true);
52385238

5239-
// if debugging is handled via a parameter in the query string and the cookie is already set
5239+
// if debugging is handled via a parameter in the query string and the cookie is already set
52405240
} elseif (is_string($this->debug) && isset($_COOKIE[$this->debug_cookie_name]))
52415241

52425242
// set flag

0 commit comments

Comments
 (0)