summaryrefslogtreecommitdiffstats
path: root/src/style.h
diff options
context:
space:
mode:
authorJabiertxof <jabier.arraiza@marker.es>2019-07-26 10:44:30 +0000
committerJabier Arraiza <jabier.arraiza@marker.es>2019-08-02 21:26:28 +0000
commitbc1d69c014709431b9264f336abce294b34ebc10 (patch)
treea0cb923604c7b63486380eed519b23ccbd073f6a /src/style.h
parentRemoving absolute units (diff)
downloadinkscape-bc1d69c014709431b9264f336abce294b34ebc10.tar.gz
inkscape-bc1d69c014709431b9264f336abce294b34ebc10.zip
Working state
Diffstat (limited to 'src/style.h')
-rw-r--r--src/style.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/style.h b/src/style.h
index 9e46fa3ea..1487dbd4f 100644
--- a/src/style.h
+++ b/src/style.h
@@ -348,7 +348,7 @@ double sp_style_css_size_px_to_units(double size, int unit, double font_size = S
double sp_style_css_size_units_to_px(double size, int unit, double font_size = SP_CSS_FONT_SIZE_DEFAULT); // No change?
-SPCSSAttr *sp_css_attr_from_style (SPStyle const *const style, unsigned int flags);
+SPCSSAttr *sp_css_attr_from_style(SPStyle const *const style, unsigned int flags);
SPCSSAttr *sp_css_attr_from_object(SPObject *object, unsigned int flags = SP_STYLE_FLAG_IFSET);
SPCSSAttr *sp_css_attr_unset_text(SPCSSAttr *css);
SPCSSAttr *sp_css_attr_unset_blacklist(SPCSSAttr *css);