Whitespace cleanup

This commit is contained in:
Michal Čihař 2012-04-16 14:30:45 +02:00
parent 0c790c3a07
commit d296851924

View File

@ -365,7 +365,7 @@ class PMA_Config
}
// find out if there is a .git folder
$git_folder = '.git';
if (! @file_exists($git_folder)
if (! @file_exists($git_folder)
|| ! @file_exists($git_folder . '/config')) {
$_SESSION['is_git_revision'] = false;
return false;
@ -383,7 +383,7 @@ class PMA_Config
{
// find out if there is a .git folder
$git_folder = '.git';
if (! @file_exists($git_folder)
if (! @file_exists($git_folder)
|| ! @file_exists($git_folder . '/config')) {
return;
}