summaryrefslogtreecommitdiffstats
path: root/src/document.cpp
diff options
context:
space:
mode:
authorMarc Jeanmougin <marc@jeanmougin.fr>2019-04-19 23:19:45 +0000
committerMarc Jeanmougin <marcjeanmougin@free.fr>2019-04-24 13:16:46 +0000
commita545384a9246881ba14effeafef924ffc3eca27d (patch)
treeba26bdced3b917bd68ec665c541af40392beffec /src/document.cpp
parentRemoves style on empty lines (diff)
downloadinkscape-a545384a9246881ba14effeafef924ffc3eca27d.tar.gz
inkscape-a545384a9246881ba14effeafef924ffc3eca27d.zip
Fix style and line detection
Diffstat (limited to 'src/document.cpp')
-rw-r--r--src/document.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/document.cpp b/src/document.cpp
index 96dce8d2c..f923a45d6 100644
--- a/src/document.cpp
+++ b/src/document.cpp
@@ -451,7 +451,7 @@ SPDocument *SPDocument::createDoc(Inkscape::XML::Document *rdoc,
}
/** Fix first line spacing in legacy documents (pre-1.0 files) **/
- if ( sp_version_inside_range( document->root->version.inkscape, 0, 1, 1, 0 ) ) {
+ if (sp_version_inside_range(document->root->version.inkscape, 0, 1, 1, 0)) {
sp_file_remove_style_on_empty_lines(document);
}