Skip to content

Commit

Permalink
Super minor comment indentation adjustment
Browse files Browse the repository at this point in the history
  • Loading branch information
[email protected] committed Jul 27, 2011
1 parent b4335c4 commit cb2037f
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions loop.php
Original file line number Diff line number Diff line change
Expand Up @@ -38,9 +38,9 @@
<?php
}

/**
* Start the Loop.
*/
/**
* Start the Loop.
*/
while ( have_posts() ) {
the_post();
get_template_part( 'content', get_post_format() );
Expand Down

0 comments on commit cb2037f

Please sign in to comment.