mirror of
https://gitlab.freedesktop.org/cairo/cairo.git
synced 2025-12-25 01:20:10 +01:00
[boilerplate] Minor indentation fix
This commit is contained in:
parent
1345552ac2
commit
8ae02fa470
1 changed files with 6 additions and 6 deletions
|
|
@ -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);
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue