summaryrefslogtreecommitdiffstats
path: root/src
diff options
context:
space:
mode:
authorJabier Arraiza <jabier.arraiza@marker.es>2018-07-31 22:47:51 +0000
committerJabier Arraiza <jabier.arraiza@marker.es>2018-07-31 22:47:51 +0000
commitff7515fc845e77612e36e9b1aed1ba9d7d014438 (patch)
treefbdb1b520fdc522b70e54db760c0ced36d8e2d0d /src
parentRemove XGD_DATA_DIR as sugestion of su_v (diff)
downloadinkscape-ff7515fc845e77612e36e9b1aed1ba9d7d014438.tar.gz
inkscape-ff7515fc845e77612e36e9b1aed1ba9d7d014438.zip
Fixing coding style
Diffstat (limited to 'src')
-rw-r--r--src/ui/interface.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/ui/interface.cpp b/src/ui/interface.cpp
index cd924f79d..5f9a402f1 100644
--- a/src/ui/interface.cpp
+++ b/src/ui/interface.cpp
@@ -302,7 +302,7 @@ void sp_ui_reload()
continue;
}
sp_create_window(dtw, TRUE);
- SPDesktop * desktop = static_cast<SPDesktop *>(dtw->view);
+ SPDesktop *desktop = static_cast<SPDesktop *>(dtw->view);
if (desktop) {
sp_namedview_window_from_document(desktop);
sp_namedview_update_layers_from_document(desktop);