Cosmetic
diff --git a/src/hb-font.h b/src/hb-font.h
index 34a8f7d..1342c84 100644
--- a/src/hb-font.h
+++ b/src/hb-font.h
@@ -127,10 +127,10 @@
 
 typedef struct _hb_glyph_extents_t
 {
-    hb_position_t x_bearing;
-    hb_position_t y_bearing;
-    hb_position_t width;
-    hb_position_t height;
+  hb_position_t x_bearing;
+  hb_position_t y_bearing;
+  hb_position_t width;
+  hb_position_t height;
 } hb_glyph_extents_t;
 
 
diff --git a/test/test-shape.c b/test/test-shape.c
index 36e4160..82e1f10 100644
--- a/test/test-shape.c
+++ b/test/test-shape.c
@@ -67,9 +67,9 @@
 
 static void
 kerning_func (hb_font_t *font, void *font_data,
-		    hb_codepoint_t left, hb_codepoint_t right,
-		    hb_position_t *x_kern, hb_position_t *y_kern,
-		    void *user_data)
+	      hb_codepoint_t left, hb_codepoint_t right,
+	      hb_position_t *x_kern, hb_position_t *y_kern,
+	      void *user_data)
 {
   if (left == 1 && right == 2) {
     *x_kern = -2;