Minor
authorBehdad Esfahbod <behdad@behdad.org>
Fri, 20 Jul 2012 01:02:38 +0000 (21:02 -0400)
committerBehdad Esfahbod <behdad@behdad.org>
Fri, 20 Jul 2012 01:02:38 +0000 (21:02 -0400)
src/hb-ot-layout-gsubgpos-private.hh

index 7e7b083..99a7271 100644 (file)
@@ -176,7 +176,7 @@ struct hb_apply_context_t
       num_items++;
     }
     inline bool next (unsigned int *property_out,
-                     unsigned int lookup_props)
+                     unsigned int  lookup_props)
     {
       assert (num_items > 0);
       do
@@ -225,7 +225,7 @@ struct hb_apply_context_t
       num_items++;
     }
     inline bool prev (unsigned int *property_out,
-                     unsigned int lookup_props)
+                     unsigned int  lookup_props)
     {
       assert (num_items > 0);
       do