summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMichael Drake <tlsa@netsurf-browser.org>2015-11-01 15:20:21 +0000
committerMichael Drake <tlsa@netsurf-browser.org>2015-11-01 15:20:21 +0000
commita268eaf7c6b039dc41c853e0d8d68633e2cf713a (patch)
tree6667feb36525e5e541b77d6a3b40de2617b6dde3
parentb1684e3588d95b93f3268895c5a0a7c156cd018e (diff)
downloadlibcss-a268eaf7c6b039dc41c853e0d8d68633e2cf713a.tar.gz
libcss-a268eaf7c6b039dc41c853e0d8d68633e2cf713a.tar.bz2
Remove trailing whitespace.
-rw-r--r--include/libcss/computed.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/include/libcss/computed.h b/include/libcss/computed.h
index 233265c..3470da8 100644
--- a/include/libcss/computed.h
+++ b/include/libcss/computed.h
@@ -73,7 +73,7 @@ typedef struct css_computed_content_item {
lwc_string *sep;
uint8_t style;
} counters;
- } data;
+ } data;
} css_computed_content_item;
css_error css_computed_style_create(css_computed_style **result);