diff --git a/wp-includes/comment-template.php b/wp-includes/comment-template.php
index 1377f3c..04da623 100644
--- a/wp-includes/comment-template.php
+++ b/wp-includes/comment-template.php
@@ -2220,8 +2220,7 @@ function comment_form( $args = array(), $post_id = null ) {
 	 */
 	$args = wp_parse_args( $args, apply_filters( 'comment_form_defaults', $defaults ) );
 
-	?>
-		<?php if ( comments_open( $post_id ) ) : ?>
+		if ( comments_open( $post_id ) ) : ?>
 			<?php
 			/**
 			 * Fires before the comment form.
