Remove whitespace between function name and first parenthesis for the sake of consist...
[geeqie.git] / src / similar.c
index 666447b..f709d55 100644 (file)
@@ -128,7 +128,7 @@ static void image_sim_channel_equal(guint8 *pix, gint len)
                p++;
                }
 
-       qsort (buf, len, sizeof(gint) * 2, image_sim_channel_eq_sort_cb);
+       qsort(buf, len, sizeof(gint) * 2, image_sim_channel_eq_sort_cb);
 
        p = 0;
        for (i = 0; i < len; i++)