Whitespace cleanup
This commit is contained in:
parent
0c790c3a07
commit
d296851924
@ -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;
|
||||
}
|
||||
|
||||
Loading…
Reference in New Issue
Block a user