Skip to content

Commit 513ee19

Browse files
committed
fixes whitespace errors
1 parent fb2d6c0 commit 513ee19

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

admin/class-boldgrid-backup-admin-core.php

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1462,20 +1462,20 @@ function ( $a, $b ) {
14621462
$this->logger->add( 'before perform conversion' );
14631463
foreach ( $dirlist as $fileinfo ) {
14641464
// If item is a directory, then recurse, merge, and continue.
1465-
if ( 'd' === $fileinfo['type'] ) {
1465+
if ( 'd' === $fileinfo['type'] ) {
14661466
$filelist_add = $this->get_filelist( $dirpath . '/' . $fileinfo['name'] );
14671467

14681468
$filelist = array_merge( $filelist, $filelist_add );
14691469

14701470
continue;
14711471
}
1472-
1472+
14731473
// Get the file path.
14741474
$filepath = $dirpath . '/' . $fileinfo['name'];
14751475

14761476
// The relative path inside the ZIP file.
14771477
$relative_path = substr( $filepath, strlen( $this->filelist_basedir ) + 1 );
1478-
1478+
14791479
// For files, add to the filelist array.
14801480
$filelist[] = [
14811481
$filepath,

0 commit comments

Comments
 (0)