Commit 622411cf95 for wordpress.org

commit 622411cf95da7ac8c66361484abbcabe8679f71e
Author: Weston Ruter <weston@xwp.co>
Date:   Sun Dec 14 06:59:30 2025 +0000

    Coding Standards: Remove whitespace at end of line.

    Fixes PHPCS warning: `Squiz.WhiteSpace.SuperfluousWhitespace.EndLine`.

    Follow-up to [61374].

    See #64398.

    Built from https://develop.svn.wordpress.org/trunk@61375


    git-svn-id: http://core.svn.wordpress.org/trunk@60687 1a063a9b-81f0-0310-95a4-ce76da25c4cd

diff --git a/wp-admin/includes/file.php b/wp-admin/includes/file.php
index 948cb8e88e..3627a16d3e 100644
--- a/wp-admin/includes/file.php
+++ b/wp-admin/includes/file.php
@@ -1971,7 +1971,7 @@ function _unzip_file_pclzip( $file, $to, $needed_dirs = array() ) {
 		if ( $archive_file['folder'] ) {
 			continue;
 		}
-
+
 		if ( str_starts_with( $archive_file['filename'], '__MACOSX/' ) ) { // Don't extract the OS X-created __MACOSX directory files.
 			continue;
 		}
diff --git a/wp-includes/version.php b/wp-includes/version.php
index 5558d6fd4a..01a30ee390 100644
--- a/wp-includes/version.php
+++ b/wp-includes/version.php
@@ -16,7 +16,7 @@
  *
  * @global string $wp_version
  */
-$wp_version = '7.0-alpha-61374';
+$wp_version = '7.0-alpha-61375';

 /**
  * Holds the WordPress DB revision, increments when changes are made to the WordPress DB schema.