aboutsummaryrefslogtreecommitdiffstats
path: root/libfonts_encode_font_description.c
diff options
context:
space:
mode:
authorMattias Andrée <maandree@kth.se>2022-07-22 18:13:35 +0200
committerMattias Andrée <maandree@kth.se>2022-07-22 18:13:35 +0200
commit4652a09e31d679ea29e102181de7dec9565be345 (patch)
tree90f62a9e4cdeab281fd33e351a01840a3d06ea73 /libfonts_encode_font_description.c
parentm doc (diff)
downloadlibfonts-4652a09e31d679ea29e102181de7dec9565be345.tar.gz
libfonts-4652a09e31d679ea29e102181de7dec9565be345.tar.bz2
libfonts-4652a09e31d679ea29e102181de7dec9565be345.tar.xz
Add some blank lines
Signed-off-by: Mattias Andrée <maandree@kth.se>
Diffstat (limited to 'libfonts_encode_font_description.c')
-rw-r--r--libfonts_encode_font_description.c2
1 files changed, 2 insertions, 0 deletions
diff --git a/libfonts_encode_font_description.c b/libfonts_encode_font_description.c
index b594754..5bbac5f 100644
--- a/libfonts_encode_font_description.c
+++ b/libfonts_encode_font_description.c
@@ -26,6 +26,7 @@ encode(char *out, const char *s)
return out;
}
+
static char *
encode_range(char *out, const char *s)
{
@@ -38,6 +39,7 @@ encode_range(char *out, const char *s)
return out;
}
+
int
libfonts_encode_font_description(const struct libfonts_font_description *desc, char out[static 256])
{