summaryrefslogtreecommitdiff
path: root/libcaja-private/caja-emblem-utils.c
diff options
context:
space:
mode:
authorrbuj <[email protected]>2021-10-27 17:34:17 +0200
committerraveit65 <[email protected]>2021-11-20 16:50:14 +0100
commit0a4384ca8c93b62bdf393cd1f3698bab1999fc6f (patch)
tree9c68212e8ba254df3dc80cd091b8fd3198a9b643 /libcaja-private/caja-emblem-utils.c
parentbdc5cf66eff8c52cf422cf7b0143ff3489bbb7b0 (diff)
downloadcaja-0a4384ca8c93b62bdf393cd1f3698bab1999fc6f.tar.bz2
caja-0a4384ca8c93b62bdf393cd1f3698bab1999fc6f.tar.xz
Use a blank line at most
Diffstat (limited to 'libcaja-private/caja-emblem-utils.c')
-rw-r--r--libcaja-private/caja-emblem-utils.c2
1 files changed, 0 insertions, 2 deletions
diff --git a/libcaja-private/caja-emblem-utils.c b/libcaja-private/caja-emblem-utils.c
index 2f4aa054..e14afc46 100644
--- a/libcaja-private/caja-emblem-utils.c
+++ b/libcaja-private/caja-emblem-utils.c
@@ -76,7 +76,6 @@ caja_emblem_get_icon_name_from_keyword (const char *keyword)
return g_strconcat ("emblem-", keyword, NULL);
}
-
/* check for reserved keywords */
static gboolean
is_reserved_keyword (const char *keyword)
@@ -464,7 +463,6 @@ caja_emblem_rename_emblem (const char *keyword, const char *name)
return FALSE;
}
-
/* write the new icon description */
fprintf (file, "\n[Icon Data]\n\nDisplayName=%s\n", name);
fflush (file);