From 06b192c458010c847362d809673209c87ea29949 Mon Sep 17 00:00:00 2001 From: Behdad Esfahbod Date: Wed, 8 Aug 2012 15:23:45 -0400 Subject: [PATCH] Minor --- src/hb-common.h | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/src/hb-common.h b/src/hb-common.h index 92f77c417..920bd3278 100644 --- a/src/hb-common.h +++ b/src/hb-common.h @@ -96,7 +96,8 @@ typedef uint32_t hb_tag_t; #define HB_TAG_NONE HB_TAG(0,0,0,0) /* len=-1 means str is NUL-terminated */ -hb_tag_t hb_tag_from_string (const char *str, int len); +hb_tag_t +hb_tag_from_string (const char *str, int len); /* hb_direction_t */