commit b04381c

Michael Forney  ·  2013-11-20 02:56:09 +0000 UTC
parent 760cf6b
Remove some unnecessary newlines
2 files changed,  +0, -2
+0, -1
1@@ -281,7 +281,6 @@ void sync_done(void * data, struct wl_callback * callback, uint32_t msecs)
2     bool * done = data;
3 
4     *done = true;
5-
6     wl_callback_destroy(callback);
7 }
8 
+0, -1
1@@ -100,7 +100,6 @@ struct wld_draw_interface
2     void (* destroy)(struct wld_drawable * drawable);
3 };
4 
5-
6 bool font_ensure_glyph(struct font * font, FT_UInt glyph_index);
7 
8 /**