[PATCH] tests: consistently use spaces for indentation

Ben Chan benchan at chromium.org
Tue May 20 09:53:47 PDT 2014


---
 plugins/tests/test-fixture.c | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/plugins/tests/test-fixture.c b/plugins/tests/test-fixture.c
index 37c119f..6b10f47 100644
--- a/plugins/tests/test-fixture.c
+++ b/plugins/tests/test-fixture.c
@@ -19,7 +19,7 @@ void
 test_fixture_setup (TestFixture *fixture)
 {
     GError *error = NULL;
-	GVariant *result;
+    GVariant *result;
 
     /* Create the global dbus-daemon for this test suite */
     fixture->dbus = g_test_dbus_new (G_TEST_DBUS_NONE);
-- 
1.9.1.423.g4596e3a



More information about the ModemManager-devel mailing list