From 2fcb157f28b152ba32e89baddbd811b0d6e76b79 Mon Sep 17 00:00:00 2001 From: Michael Drake Date: Mon, 4 Sep 2017 14:56:51 +0100 Subject: Strip trailing whitespace. --- include/libcss/font_face.h | 24 ++++++++++++------------ 1 file changed, 12 insertions(+), 12 deletions(-) (limited to 'include/libcss/font_face.h') diff --git a/include/libcss/font_face.h b/include/libcss/font_face.h index 6b18433..135682c 100644 --- a/include/libcss/font_face.h +++ b/include/libcss/font_face.h @@ -15,7 +15,7 @@ extern "C" #endif #include - + #include #include #include @@ -32,15 +32,15 @@ typedef enum css_font_face_format { /* Embedded OpenType; .eot */ CSS_FONT_FACE_FORMAT_SVG = 0x08, /* SVG Font; .svg, .svgz */ - + CSS_FONT_FACE_FORMAT_UNKNOWN = 0x10, /* Format specified, but not recognised */ - - /* We don't define CSS_FONT_FACE_SRC_FORMAT_TRUETYPE as might be - * expected, because the CSS3 specification + + /* We don't define CSS_FONT_FACE_SRC_FORMAT_TRUETYPE as might be + * expected, because the CSS3 specification * (http://www.w3.org/TR/css3-fonts/, ยง4.3) says: * "Given the overlap in common usage between TrueType and - * OpenType, the format hints "truetype" and "opentype" must be + * OpenType, the format hints "truetype" and "opentype" must be * considered as synonymous" * so we compute a hint of 'truetype' to css_font_face_format_opentype. */ @@ -52,19 +52,19 @@ typedef enum css_font_face_location_type { CSS_FONT_FACE_LOCATION_TYPE_URI = 2, } css_font_face_location_type; - + css_error css_font_face_get_font_family( - const css_font_face *font_face, + const css_font_face *font_face, lwc_string **font_family); - -css_error css_font_face_count_srcs(const css_font_face *font_face, + +css_error css_font_face_count_srcs(const css_font_face *font_face, uint32_t *count); css_error css_font_face_get_src(const css_font_face *font_face, uint32_t index, const css_font_face_src **src); - + css_error css_font_face_src_get_location(const css_font_face_src *src, lwc_string **location); - + css_font_face_location_type css_font_face_src_location_type( const css_font_face_src *src); css_font_face_format css_font_face_src_format(const css_font_face_src *src); -- cgit v1.2.3