Index: src/wp-admin/includes/class-walker-nav-menu-checklist.php
===================================================================
--- src/wp-admin/includes/class-walker-nav-menu-checklist.php	(revision 46309)
+++ src/wp-admin/includes/class-walker-nav-menu-checklist.php	(working copy)
@@ -98,10 +98,10 @@
 
 		$output .= isset( $title ) ? esc_html( $title ) : esc_html( $item->title );
 
- 		if ( empty( $item->label ) && isset( $item->post_type ) && 'page' === $item->post_type ) {
- 			// Append post states.
- 			$output .= _post_states( $item, false );
- 		}
+		if ( empty( $item->label ) && isset( $item->post_type ) && 'page' === $item->post_type ) {
+			// Append post states.
+			$output .= _post_states( $item, false );
+		}
 
 		$output .= '</label>';
 
Index: src/wp-admin/includes/class-wp-links-list-table.php
===================================================================
--- src/wp-admin/includes/class-wp-links-list-table.php	(revision 46307)
+++ src/wp-admin/includes/class-wp-links-list-table.php	(working copy)
@@ -117,7 +117,7 @@
 			echo '<label class="screen-reader-text" for="cat_id">' . __( 'Filter by category' ) . '</label>';
 			wp_dropdown_categories( $dropdown_options );
 			submit_button( __( 'Filter' ), '', 'filter_action', false, array( 'id' => 'post-query-submit' ) );
-		?>
+			?>
 		</div>
 		<?php
 	}
Index: tests/phpunit/tests/multisite/network.php
===================================================================
--- tests/phpunit/tests/multisite/network.php	(revision 46307)
+++ tests/phpunit/tests/multisite/network.php	(working copy)
@@ -274,7 +274,7 @@
 
 			// activate the plugin sitewide
 			activate_plugin( $path, '', $network_wide = true );
-			$active_plugins                           = wp_get_active_network_plugins();
+			$active_plugins = wp_get_active_network_plugins();
 			$this->assertEquals( array( WP_PLUGIN_DIR . '/hello.php' ), $active_plugins );
 
 			//deactivate the plugin
Index: tests/phpunit/tests/term/getTerms.php
===================================================================
--- tests/phpunit/tests/term/getTerms.php	(revision 46307)
+++ tests/phpunit/tests/term/getTerms.php	(working copy)
@@ -173,7 +173,7 @@
 		// Force last_changed to bump.
 		wp_delete_term( $terms[0]->term_id, 'post_tag' );
 
-		$num_queries                           = $wpdb->num_queries;
+		$num_queries = $wpdb->num_queries;
 		$this->assertNotEquals( $time1, $time2 = wp_cache_get( 'last_changed', 'terms' ) );
 
 		// last_changed and num_queries should bump after a term is deleted.
