[boilerplate] Minor indentation fix

This commit is contained in:
Behdad Esfahbod 2007-04-20 01:54:35 -04:00
parent 1345552ac2
commit 8ae02fa470

View file

@ -28,12 +28,12 @@
#define _CAIRO_BOILERPLATE_XLIB_PRIVATE_H_
cairo_surface_t *
_cairo_boilerplate_xlib_create_surface (const char *name,
cairo_content_t content,
int width,
int height,
cairo_boilerplate_mode_t mode,
void **closure);
_cairo_boilerplate_xlib_create_surface (const char *name,
cairo_content_t content,
int width,
int height,
cairo_boilerplate_mode_t mode,
void **closure);
void
_cairo_boilerplate_xlib_cleanup (void *closure);