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. --- src/select/properties/bottom.c | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'src/select/properties/bottom.c') diff --git a/src/select/properties/bottom.c b/src/select/properties/bottom.c index 7c9b509..82754f1 100644 --- a/src/select/properties/bottom.c +++ b/src/select/properties/bottom.c @@ -14,16 +14,16 @@ #include "select/properties/properties.h" #include "select/properties/helpers.h" -css_error css__cascade_bottom(uint32_t opv, css_style *style, +css_error css__cascade_bottom(uint32_t opv, css_style *style, css_select_state *state) { return css__cascade_length_auto(opv, style, state, set_bottom); } -css_error css__set_bottom_from_hint(const css_hint *hint, +css_error css__set_bottom_from_hint(const css_hint *hint, css_computed_style *style) { - return set_bottom(style, hint->status, + return set_bottom(style, hint->status, hint->data.length.value, hint->data.length.unit); } -- cgit v1.2.3