Using tabs instead of mixed tabs/spaces

Mixed usage of tabs/spaces for `/inc/jetpack.php` and `/sass/style.scss`.
This commit is contained in:
Kazue Igarashi 2016-07-05 13:04:11 +09:00
parent 05865aae73
commit d1ea3e1a75
2 changed files with 3 additions and 3 deletions

View file

@ -33,9 +33,9 @@ function _s_infinite_scroll_render() {
while ( have_posts() ) {
the_post();
if ( is_search() ) :
get_template_part( 'template-parts/content', 'search' );
get_template_part( 'template-parts/content', 'search' );
else :
get_template_part( 'template-parts/content', get_post_format() );
get_template_part( 'template-parts/content', get_post_format() );
endif;
}
}