diff options
Diffstat (limited to 'src/style-internal.cpp')
| -rw-r--r-- | src/style-internal.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/style-internal.cpp b/src/style-internal.cpp index 6c66e44b6..15c080d62 100644 --- a/src/style-internal.cpp +++ b/src/style-internal.cpp @@ -2850,7 +2850,7 @@ const Glib::ustring SPIVectorEffect::get_value() const if (ret.empty()) { ret += "none"; } else { - ret.erase(0,1); + ret.erase(0, 1); } return ret; } |
