summaryrefslogtreecommitdiff
path: root/include
diff options
context:
space:
mode:
authorMichael Drake <tlsa@netsurf-browser.org>2015-08-22 13:16:52 +0100
committerMichael Drake <tlsa@netsurf-browser.org>2016-11-19 14:30:07 +0000
commit1d7d0f7616df4fb9fe6e6e5acd34e90859fcb12d (patch)
treebd75cf5144cf4131fa15cc45da2af682b9c6e40d /include
parentba1261ab3f03a9e40f0f1be44a1a992e258662fc (diff)
downloadlibcss-1d7d0f7616df4fb9fe6e6e5acd34e90859fcb12d.tar.gz
libcss-1d7d0f7616df4fb9fe6e6e5acd34e90859fcb12d.tar.bz2
Remove trailing tab.
Diffstat (limited to 'include')
-rw-r--r--include/libcss/select.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/include/libcss/select.h b/include/libcss/select.h
index bd2fed2..74fa5d2 100644
--- a/include/libcss/select.h
+++ b/include/libcss/select.h
@@ -227,7 +227,7 @@ css_error css_select_font_faces(css_select_ctx *ctx,
uint64_t media, lwc_string *font_family,
css_select_font_faces_results **result);
css_error css_select_font_faces_results_destroy(
- css_select_font_faces_results *results);
+ css_select_font_faces_results *results);
#ifdef __cplusplus
}