PHPCS: Fix formatting issues.

Fixes formatting issues introduced in [44528].

See #42017.

git-svn-id: https://develop.svn.wordpress.org/trunk@44532 602fd350-edb4-49c9-b593-d223f7449a82
This commit is contained in:
Jonathan Desrosiers 2019-01-10 01:51:39 +00:00
parent 98e1564942
commit 986c85c586

View File

@ -3387,7 +3387,7 @@ function wp_read_audio_metadata( $file ) {
if ( empty( $metadata['created_timestamp'] ) ) { if ( empty( $metadata['created_timestamp'] ) ) {
$created_timestamp = wp_get_media_creation_timestamp( $data ); $created_timestamp = wp_get_media_creation_timestamp( $data );
if ( false !== $created_timestamp ) { if ( false !== $created_timestamp ) {
$metadata['created_timestamp'] = $created_timestamp; $metadata['created_timestamp'] = $created_timestamp;
} }
} }