summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMichiharu Ariza <ariza@adobe.com>2019-02-20 13:23:12 -0800
committerMichiharu Ariza <ariza@adobe.com>2019-02-20 13:23:12 -0800
commit93739242e1aab9b745d0ba3c22c33b4acaf9526c (patch)
treea12e40338e9c11ec510da45126c2fc68fb4a1d44
parenteebc21c8de08d58c806fcd3d0f3a5aedee867776 (diff)
minor edit
-rw-r--r--src/hb-map.hh3
1 files changed, 1 insertions, 2 deletions
diff --git a/src/hb-map.hh b/src/hb-map.hh
index fd5c6d8b..f7156e51 100644
--- a/src/hb-map.hh
+++ b/src/hb-map.hh
@@ -170,8 +170,7 @@ struct hb_map_t
void clear ()
{
- if (items)
- memset (items, 0xFF, ((size_t) mask + 1) * sizeof (item_t));
+ if (items) memset (items, 0xFF, ((size_t) mask + 1) * sizeof (item_t));
population = occupancy = 0;
}