]> git.lyx.org Git - features.git/blobdiff - src/frontends/qt4/QInclude.cpp
Whitespace cleanup
[features.git] / src / frontends / qt4 / QInclude.cpp
index 023e1f4345c8cf740e7d28ab2c7f48cff8249408..64dbb480913af8ff99b7d9219136bb40e0c4158d 100644 (file)
@@ -262,7 +262,7 @@ void QInclude::update_contents()
                // the rest is put to the extra edit box.
                string extra = getStringFromVector(pars);
                dialog_->listingsED->setPlainText(toqstr(InsetListingsParams(extra).separatedParams()));
-       }       
+       }
 }