summaryrefslogtreecommitdiff
path: root/include/libcss/select.h
diff options
context:
space:
mode:
authorMichael Drake <michael.drake@codethink.co.uk>2017-09-04 14:56:51 +0100
committerMichael Drake <michael.drake@codethink.co.uk>2017-09-04 14:56:51 +0100
commit2fcb157f28b152ba32e89baddbd811b0d6e76b79 (patch)
tree30f96332ac7993ff4acf88b4892f922a80ddd393 /include/libcss/select.h
parent2fc4177a09cc6fc6706f84dbe157077a41b6e22b (diff)
downloadlibcss-2fcb157f28b152ba32e89baddbd811b0d6e76b79.tar.gz
libcss-2fcb157f28b152ba32e89baddbd811b0d6e76b79.tar.bz2
Strip trailing whitespace.
Diffstat (limited to 'include/libcss/select.h')
-rw-r--r--include/libcss/select.h12
1 files changed, 6 insertions, 6 deletions
diff --git a/include/libcss/select.h b/include/libcss/select.h
index 3f1e14a..f1de409 100644
--- a/include/libcss/select.h
+++ b/include/libcss/select.h
@@ -34,9 +34,9 @@ typedef enum css_pseudo_element {
*/
typedef struct css_select_results {
/**
- * Array of pointers to computed styles,
+ * Array of pointers to computed styles,
* indexed by css_pseudo_element. If there
- * was no styling for a given pseudo element,
+ * was no styling for a given pseudo element,
* then no computed style will be created and
* the corresponding pointer will be set to NULL
*/
@@ -157,7 +157,7 @@ typedef struct css_select_handler {
*/
typedef struct css_select_font_faces_results {
/**
- * Array of pointers to computed font faces.
+ * Array of pointers to computed font faces.
*/
css_font_face **font_faces;
uint32_t n_font_faces;
@@ -204,8 +204,8 @@ css_error css_libcss_node_data_handler(css_select_handler *handler,
css_error css_select_ctx_create(css_select_ctx **result);
css_error css_select_ctx_destroy(css_select_ctx *ctx);
-css_error css_select_ctx_append_sheet(css_select_ctx *ctx,
- const css_stylesheet *sheet,
+css_error css_select_ctx_append_sheet(css_select_ctx *ctx,
+ const css_stylesheet *sheet,
css_origin origin, uint64_t media);
css_error css_select_ctx_insert_sheet(css_select_ctx *ctx,
const css_stylesheet *sheet, uint32_t index,
@@ -224,7 +224,7 @@ css_error css_select_style(css_select_ctx *ctx, void *node,
uint64_t media, const css_stylesheet *inline_style,
css_select_handler *handler, void *pw,
css_select_results **result);
-css_error css_select_results_destroy(css_select_results *results);
+css_error css_select_results_destroy(css_select_results *results);
css_error css_select_font_faces(css_select_ctx *ctx,
uint64_t media, lwc_string *font_family,