[gtksourceview/wip/chergert/gsv-gtk4: 191/259] tests: fix alignment
- From: Christian Hergert <chergert src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [gtksourceview/wip/chergert/gsv-gtk4: 191/259] tests: fix alignment
- Date: Mon, 21 Sep 2020 23:27:47 +0000 (UTC)
commit 98e35822db540ec527f5df52736e795412e3af11
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 e7fa09a1..f6a36a0c 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]