[telepathy-glib/master] Remove tabs from a test

Will Thompson will.thompson at collabora.co.uk
Fri Apr 3 06:47:51 PDT 2009


---
 tests/asv.c |    6 +++---
 1 files changed, 3 insertions(+), 3 deletions(-)

diff --git a/tests/asv.c b/tests/asv.c
index a982bbf..0bfdce4 100644
--- a/tests/asv.c
+++ b/tests/asv.c
@@ -18,9 +18,9 @@ int main (int argc, char **argv)
   g_type_init ();
 
   hash = tp_asv_new (
-		  "d:123.2", G_TYPE_DOUBLE, 123.2,
-		  "s:test", G_TYPE_STRING, "test",
-		  NULL);
+      "d:123.2", G_TYPE_DOUBLE, 123.2,
+      "s:test", G_TYPE_STRING, "test",
+      NULL);
 
   MYASSERT (tp_asv_size (hash) == 2, "%u != 0", tp_asv_size (hash));
 
-- 
1.5.6.5




More information about the telepathy-commits mailing list