diff options
| author | Jabier Arraiza <jabier.arraiza@marker.es> | 2018-08-05 00:45:18 +0000 |
|---|---|---|
| committer | Jabier Arraiza <jabier.arraiza@marker.es> | 2018-08-05 00:45:18 +0000 |
| commit | 6a5a7c515541c4a851b98294db60fbd34215a2eb (patch) | |
| tree | 9b180016938eda69ca7644d9250680fa4f0aa5f0 /src/style-internal.h | |
| parent | Fixes pointed by Tav (diff) | |
| download | inkscape-6a5a7c515541c4a851b98294db60fbd34215a2eb.tar.gz inkscape-6a5a7c515541c4a851b98294db60fbd34215a2eb.zip | |
Fixing coding style
Diffstat (limited to 'src/style-internal.h')
| -rw-r--r-- | src/style-internal.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/style-internal.h b/src/style-internal.h index c0e86d510..f716601f6 100644 --- a/src/style-internal.h +++ b/src/style-internal.h @@ -1013,7 +1013,7 @@ public: // To do: make private, change double to SVGLength public: - std::vector<SPILength> values; + std::vector<SPILength> values; }; /// Filter type internal to SPStyle |
