minor edit
authorMichiharu Ariza <ariza@adobe.com>
Wed, 20 Feb 2019 21:23:12 +0000 (13:23 -0800)
committerMichiharu Ariza <ariza@adobe.com>
Wed, 20 Feb 2019 21:23:12 +0000 (13:23 -0800)
src/hb-map.hh

index fd5c6d8..f7156e5 100644 (file)
@@ -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;
   }