From d1ea3e1a753cea2f1665a80bff0a733c0b1a29bf Mon Sep 17 00:00:00 2001 From: Kazue Igarashi Date: Tue, 5 Jul 2016 13:04:11 +0900 Subject: [PATCH] Using tabs instead of mixed tabs/spaces Mixed usage of tabs/spaces for `/inc/jetpack.php` and `/sass/style.scss`. --- inc/jetpack.php | 4 ++-- sass/style.scss | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/inc/jetpack.php b/inc/jetpack.php index f8257ee8..e7367ed1 100644 --- a/inc/jetpack.php +++ b/inc/jetpack.php @@ -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; } } diff --git a/sass/style.scss b/sass/style.scss index 3ccdede5..661d1d62 100644 --- a/sass/style.scss +++ b/sass/style.scss @@ -35,7 +35,7 @@ Nicolas Gallagher and Jonathan Neal http://necolas.github.com/normalize.css/ # Clearings # Widgets # Content - ## Posts and pages + ## Posts and pages ## Comments # Infinite scroll # Media