summaryrefslogtreecommitdiff
path: root/src/parse/properties/border.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/parse/properties/border.c')
-rw-r--r--src/parse/properties/border.c6
1 files changed, 3 insertions, 3 deletions
diff --git a/src/parse/properties/border.c b/src/parse/properties/border.c
index 98ad08b..26cdbcd 100644
--- a/src/parse/properties/border.c
+++ b/src/parse/properties/border.c
@@ -56,9 +56,9 @@ css_error css__parse_border(css_language *c,
*ctx = orig_ctx;
error = css__parse_border_side(c, vector, ctx, result, BORDER_SIDE_LEFT);
- if (error != CSS_OK)
+ if (error != CSS_OK)
*ctx = orig_ctx;
-
+
return error;
-
+
}