Index: wp-content/themes/twentyeleven/comments.php
===================================================================
--- wp-content/themes/twentyeleven/comments.php	(revision 22625)
+++ wp-content/themes/twentyeleven/comments.php	(working copy)
@@ -68,7 +68,7 @@
 		 * But we only want the note on posts and pages that had comments in the first place.
 		 */
 		if ( ! comments_open() && get_comments_number() ) : ?>
-		<p class="nocomments"><?php _e( 'Comments are closed.' , 'twentyeleven' ); ?></p>
+		<p class="nocomments"><?php _e( 'Comments are closed.', 'twentyeleven' ); ?></p>
 		<?php endif; ?>
 
 	<?php endif; // have_comments() ?>
Index: wp-content/themes/twentyten/comments.php
===================================================================
--- wp-content/themes/twentyten/comments.php	(revision 22625)
+++ wp-content/themes/twentyten/comments.php	(working copy)
@@ -67,8 +67,8 @@
 	 * But we only want the note on posts and pages that had comments in the first place.
 	 */
 	if ( ! comments_open() && get_comments_number() ) : ?>
-		<p class="nocomments"><?php _e( 'Comments are closed.' , 'twentyten' ); ?></p>
-	<?php endif;  ?>
+		<p class="nocomments"><?php _e( 'Comments are closed.', 'twentyten' ); ?></p>
+	<?php endif; ?>
 
 <?php endif; // end have_comments() ?>
 
Index: wp-content/themes/twentytwelve/comments.php
===================================================================
--- wp-content/themes/twentytwelve/comments.php	(revision 22625)
+++ wp-content/themes/twentytwelve/comments.php	(working copy)
@@ -50,7 +50,7 @@
 		 * But we only want the note on posts and pages that had comments in the first place.
 		 */
 		if ( ! comments_open() && get_comments_number() ) : ?>
-		<p class="nocomments"><?php _e( 'Comments are closed.' , 'twentytwelve' ); ?></p>
+		<p class="nocomments"><?php _e( 'Comments are closed.', 'twentytwelve' ); ?></p>
 		<?php endif; ?>
 
 	<?php endif; // have_comments() ?>
