[gtksourceview/wip/chergert/gsv-gtk4] tests: fix alignment



commit 17c88f59e7d17eec0fe362faef7719dfbf3663be
Author: Christian Hergert <chergert redhat com>
Date:   Fri Aug 7 13:04:00 2020 -0700

    tests: fix alignment

 tests/test-int2str.c | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)
---
diff --git a/tests/test-int2str.c b/tests/test-int2str.c
index e7fa09a17..f6a36a0c0 100644
--- a/tests/test-int2str.c
+++ b/tests/test-int2str.c
@@ -46,7 +46,7 @@ main (gint   argc,
                g_snprintf (tmpbuf, 12, "%u", i);
        }
        d = g_timer_elapsed (timer, NULL);
-       g_print ("     g_snprintf: %lf\n", d);
+       g_print ("   g_snprintf: %lf\n", d);
 
        /* Make sure implementation is correct */
        for (i = 0; i < 20000; i++)


[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]