From ff7515fc845e77612e36e9b1aed1ba9d7d014438 Mon Sep 17 00:00:00 2001 From: Jabier Arraiza Date: Wed, 1 Aug 2018 00:47:51 +0200 Subject: Fixing coding style --- src/ui/interface.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/ui/interface.cpp') 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(dtw->view); + SPDesktop *desktop = static_cast(dtw->view); if (desktop) { sp_namedview_window_from_document(desktop); sp_namedview_update_layers_from_document(desktop); -- cgit v1.2.3