[ot] Minor
diff --git a/src/hb-face-private.hh b/src/hb-face-private.hh
index fe3b8b2..73a6846 100644
--- a/src/hb-face-private.hh
+++ b/src/hb-face-private.hh
@@ -55,16 +55,13 @@
 
   struct hb_shaper_data_t shaper_data;	/* Various shaper data. */
 
-  /* Various non-shaping data. */
-  /* ... */
-
   /* Cache */
-  struct plan_node_t {
+  struct plan_node_t
+  {
     hb_shape_plan_t *shape_plan;
     plan_node_t *next;
   } *shape_plans;
 
-
   inline hb_blob_t *reference_table (hb_tag_t tag) const
   {
     hb_blob_t *blob;