diff options
| author | Jabier Arraiza <jabier.arraiza@marker.es> | 2019-06-02 10:20:33 +0000 |
|---|---|---|
| committer | Jabier Arraiza <jabier.arraiza@marker.es> | 2019-06-02 10:20:33 +0000 |
| commit | e8cc89a8433af94c38db86f765565e912cc878c7 (patch) | |
| tree | 18bf5601d93798cc0d500b560dfbea22b69eb712 /src/attributes.cpp | |
| parent | Add popup with CSS properties (diff) | |
| download | inkscape-e8cc89a8433af94c38db86f765565e912cc878c7.tar.gz inkscape-e8cc89a8433af94c38db86f765565e912cc878c7.zip | |
Fixing coding style
Diffstat (limited to 'src/attributes.cpp')
| -rw-r--r-- | src/attributes.cpp | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/src/attributes.cpp b/src/attributes.cpp index 575e40b5c..3fa8c0fff 100644 --- a/src/attributes.cpp +++ b/src/attributes.cpp @@ -604,8 +604,7 @@ sp_attribute_name(SPAttributeEnum id) return props[id].name; } -std::vector<Glib::ustring> -sp_attribute_name_list(bool cssattr, bool attr) +std::vector<Glib::ustring> sp_attribute_name_list(bool cssattr, bool attr) { std::vector<Glib::ustring> result; static AttributeLookupImpl const _instance; |
