Upstream version 7.36.149.0
[platform/framework/web/crosswalk.git] / src / third_party / WebKit / Source / build / scripts / templates / StylePropertyShorthand.h.tmpl
index 5466ed7..88a6b0a 100644 (file)
@@ -67,9 +67,9 @@ private:
 };
 
 {% for property_id, property in properties.items() %}
-{%- set camel_case_name = property.camel_case_name %}
-const StylePropertyShorthand& {{ camel_case_name }}Shorthand();
-{%- endfor %}
+{% set camel_case_name = property.camel_case_name %}
+const StylePropertyShorthand& {{camel_case_name}}Shorthand();
+{% endfor %}
 
 // Returns an empty list if the property is not a shorthand, otherwise the list of longhands for parsing.
 const StylePropertyShorthand& parsingShorthandForProperty(CSSPropertyID);