From 3d378bef5dbe483c8a1aeec776ed0382b28e9664 Mon Sep 17 00:00:00 2001 From: Ben Chan Date: Tue, 20 May 2014 09:53:47 -0700 Subject: [PATCH] tests: consistently use spaces for indentation --- 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 37c119fb..6b10f47e 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);