minor edit
diff --git a/src/hb-map.hh b/src/hb-map.hh
index fd5c6d8..f7156e5 100644
--- a/src/hb-map.hh
+++ b/src/hb-map.hh
@@ -170,8 +170,7 @@
 
   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;
   }