Apply 1 suggestion(s) to 1 file(s)

This commit is contained in:
Barnabás Pőcze 2023-11-22 11:47:07 +00:00 committed by Wim Taymans
parent 69b093ebf1
commit c34bd9575f

View file

@ -19,7 +19,8 @@
#define SNAP_LABEL_PREFIX "snap." #define SNAP_LABEL_PREFIX "snap."
static gboolean check_is_same_snap(gchar *snap1, gchar *snap2) { static gboolean check_is_same_snap(gchar *snap1, gchar *snap2)
{
// Checks if two apparmor labels belong to the same snap // Checks if two apparmor labels belong to the same snap
g_auto(GStrv) strings1 = NULL; g_auto(GStrv) strings1 = NULL;
g_auto(GStrv) strings2 = NULL; g_auto(GStrv) strings2 = NULL;