[at-spi2-core: 1/2] Keep indentation




commit ff94fb7b2ad28ed76c5a41703150565eb2502afa
Author: Shinwoo Kim <kimcinoo gmail com>
Date:   Mon Aug 10 02:51:04 2020 +0000

    Keep indentation

 atspi/atspi-event-listener.c | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)
---
diff --git a/atspi/atspi-event-listener.c b/atspi/atspi-event-listener.c
index 7d2db6a7..5dc3e872 100644
--- a/atspi/atspi-event-listener.c
+++ b/atspi/atspi-event-listener.c
@@ -597,7 +597,7 @@ copy_event_properties (GArray *src)
   for (i = 0; i < src->len; i++)
     {
       gchar *dup = g_strdup (g_array_index (src, char *, i));
-    g_array_append_val (dst, dup);
+      g_array_append_val (dst, dup);
     }
   return dst;
 }


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