[pango/rewrite-line-breaking] Cosmetics



commit 7c3b6138a125899b14460f68751de03103523447
Author: Matthias Clasen <mclasen redhat com>
Date:   Tue Nov 16 10:24:28 2021 -0500

    Cosmetics

 tests/testrandom.c | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)
---
diff --git a/tests/testrandom.c b/tests/testrandom.c
index e28d9442..332376b6 100644
--- a/tests/testrandom.c
+++ b/tests/testrandom.c
@@ -235,7 +235,7 @@ load_hunspell_words (const char  *language)
   bytes = g_file_load_bytes (file, NULL, NULL, NULL);
   g_object_unref (file);
   if (bytes == NULL)
-    return NULL;;
+    return NULL;
 
   words = g_strsplit (g_bytes_get_data (bytes, NULL), "\n", -1);
   g_bytes_unref (bytes);


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