tests: consistently use spaces for indentation

This commit is contained in:
Ben Chan
2014-05-20 09:53:47 -07:00
committed by Aleksander Morgado
parent 37b0402ee5
commit 3d378bef5d

View File

@@ -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);