From 1d68398ea8e0259b065f2ea19fca411ea75d942f Mon Sep 17 00:00:00 2001 From: Jabier Arraiza Date: Sat, 27 Apr 2019 13:09:38 +0200 Subject: Fixing coding style --- src/selection-describer.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/selection-describer.cpp') diff --git a/src/selection-describer.cpp b/src/selection-describer.cpp index 212ec9cf7..b3250ffbd 100644 --- a/src/selection-describer.cpp +++ b/src/selection-describer.cpp @@ -139,7 +139,7 @@ void SelectionDescriber::_updateMessageFromSelection(Inkscape::Selection *select // Parent name SPObject *parent = item->parent; - if (!parent) { //fix selector * to "svg:svg" + if (!parent) { // fix selector * to "svg:svg" return; } gchar const *parent_label = parent->getId(); -- cgit v1.2.3