diff --git src/wp-content/themes/twentyten/404.php src/wp-content/themes/twentyten/404.php
index 6cc489c..04a1def 100644
--- src/wp-content/themes/twentyten/404.php
+++ src/wp-content/themes/twentyten/404.php
@@ -27,4 +27,4 @@ get_header(); ?>
 		document.getElementById('s') && document.getElementById('s').focus();
 	</script>
 
-<?php get_footer(); ?>
\ No newline at end of file
+<?php get_footer();
diff --git src/wp-content/themes/twentyten/archive.php src/wp-content/themes/twentyten/archive.php
index 138b088..0632f71 100644
--- src/wp-content/themes/twentyten/archive.php
+++ src/wp-content/themes/twentyten/archive.php
@@ -61,4 +61,5 @@ get_header(); ?>
 		</div><!-- #container -->
 
 <?php get_sidebar(); ?>
-<?php get_footer(); ?>
+<?php get_footer();
+
diff --git src/wp-content/themes/twentyten/attachment.php src/wp-content/themes/twentyten/attachment.php
index 45c3378..7527e98 100644
--- src/wp-content/themes/twentyten/attachment.php
+++ src/wp-content/themes/twentyten/attachment.php
@@ -24,4 +24,5 @@ get_header(); ?>
 			</div><!-- #content -->
 		</div><!-- #container -->
 
-<?php get_footer(); ?>
+<?php get_footer();
+
diff --git src/wp-content/themes/twentyten/author.php src/wp-content/themes/twentyten/author.php
index 2b221b5..5756f2c 100644
--- src/wp-content/themes/twentyten/author.php
+++ src/wp-content/themes/twentyten/author.php
@@ -69,4 +69,5 @@ if ( get_the_author_meta( 'description' ) ) : ?>
 		</div><!-- #container -->
 
 <?php get_sidebar(); ?>
-<?php get_footer(); ?>
+<?php get_footer();
+
diff --git src/wp-content/themes/twentyten/category.php src/wp-content/themes/twentyten/category.php
index 50ffbf3..7a0bd66 100644
--- src/wp-content/themes/twentyten/category.php
+++ src/wp-content/themes/twentyten/category.php
@@ -32,4 +32,5 @@ get_header(); ?>
 		</div><!-- #container -->
 
 <?php get_sidebar(); ?>
-<?php get_footer(); ?>
+<?php get_footer();
+
diff --git src/wp-content/themes/twentyten/index.php src/wp-content/themes/twentyten/index.php
index 4271ac3..75050e3 100644
--- src/wp-content/themes/twentyten/index.php
+++ src/wp-content/themes/twentyten/index.php
@@ -30,4 +30,5 @@ get_header(); ?>
 		</div><!-- #container -->
 
 <?php get_sidebar(); ?>
-<?php get_footer(); ?>
+<?php get_footer();
+
diff --git src/wp-content/themes/twentyten/loop-attachment.php src/wp-content/themes/twentyten/loop-attachment.php
index a2dfae6..1211d53 100644
--- src/wp-content/themes/twentyten/loop-attachment.php
+++ src/wp-content/themes/twentyten/loop-attachment.php
@@ -129,4 +129,5 @@
 
 <?php comments_template(); ?>
 
-<?php endwhile; // end of the loop. ?>
+<?php endwhile; // end of the loop.
+
diff --git src/wp-content/themes/twentyten/loop-page.php src/wp-content/themes/twentyten/loop-page.php
index 989881f..e17dcd8 100644
--- src/wp-content/themes/twentyten/loop-page.php
+++ src/wp-content/themes/twentyten/loop-page.php
@@ -33,4 +33,5 @@
 
 				<?php comments_template( '', true ); ?>
 
-<?php endwhile; // end of the loop. ?>
+<?php endwhile; // end of the loop.
+
diff --git src/wp-content/themes/twentyten/loop-single.php src/wp-content/themes/twentyten/loop-single.php
index 68dd08f..a163fcd 100644
--- src/wp-content/themes/twentyten/loop-single.php
+++ src/wp-content/themes/twentyten/loop-single.php
@@ -67,4 +67,5 @@
 
 				<?php comments_template( '', true ); ?>
 
-<?php endwhile; // end of the loop. ?>
+<?php endwhile; // end of the loop.
+
diff --git src/wp-content/themes/twentyten/loop.php src/wp-content/themes/twentyten/loop.php
index 9f30885..8cbe0d2 100644
--- src/wp-content/themes/twentyten/loop.php
+++ src/wp-content/themes/twentyten/loop.php
@@ -179,4 +179,5 @@
 					<div class="nav-previous"><?php next_posts_link( __( '<span class="meta-nav">&larr;</span> Older posts', 'twentyten' ) ); ?></div>
 					<div class="nav-next"><?php previous_posts_link( __( 'Newer posts <span class="meta-nav">&rarr;</span>', 'twentyten' ) ); ?></div>
 				</div><!-- #nav-below -->
-<?php endif; ?>
+<?php endif;
+
diff --git src/wp-content/themes/twentyten/onecolumn-page.php src/wp-content/themes/twentyten/onecolumn-page.php
index 457e04b..9512886 100644
--- src/wp-content/themes/twentyten/onecolumn-page.php
+++ src/wp-content/themes/twentyten/onecolumn-page.php
@@ -29,4 +29,5 @@ get_header(); ?>
 			</div><!-- #content -->
 		</div><!-- #container -->
 
-<?php get_footer(); ?>
+<?php get_footer();
+
diff --git src/wp-content/themes/twentyten/page.php src/wp-content/themes/twentyten/page.php
index 70029db..52baee3 100644
--- src/wp-content/themes/twentyten/page.php
+++ src/wp-content/themes/twentyten/page.php
@@ -30,4 +30,5 @@ get_header(); ?>
 		</div><!-- #container -->
 
 <?php get_sidebar(); ?>
-<?php get_footer(); ?>
+<?php get_footer();
+
diff --git src/wp-content/themes/twentyten/search.php src/wp-content/themes/twentyten/search.php
index a3fa97b..a431cbb 100644
--- src/wp-content/themes/twentyten/search.php
+++ src/wp-content/themes/twentyten/search.php
@@ -35,4 +35,5 @@ get_header(); ?>
 		</div><!-- #container -->
 
 <?php get_sidebar(); ?>
-<?php get_footer(); ?>
+<?php get_footer();
+
diff --git src/wp-content/themes/twentyten/sidebar.php src/wp-content/themes/twentyten/sidebar.php
index 75ec6a1..bb968f4 100644
--- src/wp-content/themes/twentyten/sidebar.php
+++ src/wp-content/themes/twentyten/sidebar.php
@@ -54,4 +54,5 @@
 			</ul>
 		</div><!-- #secondary .widget-area -->
 
-<?php endif; ?>
+<?php endif;
+
diff --git src/wp-content/themes/twentyten/single.php src/wp-content/themes/twentyten/single.php
index 4e64ec7..b266a59 100644
--- src/wp-content/themes/twentyten/single.php
+++ src/wp-content/themes/twentyten/single.php
@@ -25,4 +25,5 @@ get_header(); ?>
 		</div><!-- #container -->
 
 <?php get_sidebar(); ?>
-<?php get_footer(); ?>
+<?php get_footer();
+
diff --git src/wp-content/themes/twentyten/tag.php src/wp-content/themes/twentyten/tag.php
index 01ae6cd..29cef0f 100644
--- src/wp-content/themes/twentyten/tag.php
+++ src/wp-content/themes/twentyten/tag.php
@@ -28,4 +28,5 @@ get_template_part( 'loop', 'tag' );
 		</div><!-- #container -->
 
 <?php get_sidebar(); ?>
-<?php get_footer(); ?>
+<?php get_footer();
+
