From 5514a315795c871df7eb9c57555a656f97377132 Mon Sep 17 00:00:00 2001
From: Anand Kumria <akumria@acm.org>
Date: Sat, 22 Nov 2014 16:53:08 +0000
Subject: [PATCH 1/3] whitespace fix

---
 tests/phpunit/tests/formatting/SeemsUtf8.php | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/tests/phpunit/tests/formatting/SeemsUtf8.php b/tests/phpunit/tests/formatting/SeemsUtf8.php
index c9fc26f..34da81c 100644
--- a/tests/phpunit/tests/formatting/SeemsUtf8.php
+++ b/tests/phpunit/tests/formatting/SeemsUtf8.php
@@ -10,7 +10,7 @@ class Tests_Formatting_SeemsUtf8 extends WP_UnitTestCase {
 	 *
 	 * @dataProvider utf8_strings
 	 */
-    function test_returns_true_for_utf8_strings( $utf8_string ) {
+	function test_returns_true_for_utf8_strings( $utf8_string ) {
 		// from http://www.i18nguy.com/unicode-example.html
 		$this->assertTrue( seems_utf8( $utf8_string ) );
 	}
-- 
2.1.0

