From 339cd31bd6a66973946c899a9e2aa7f6980dcc6b Mon Sep 17 00:00:00 2001 From: Michele Calgaro Date: Tue, 1 Nov 2022 09:32:53 +0900 Subject: [PATCH] Fixed up indentation of the code changes in previous commit. Signed-off-by: Michele Calgaro --- src/part/radialMap/widget.cpp | 18 +++++++++--------- 1 file changed, 9 insertions(+), 9 deletions(-) diff --git a/src/part/radialMap/widget.cpp b/src/part/radialMap/widget.cpp index 79e2ed9..1fabe7a 100644 --- a/src/part/radialMap/widget.cpp +++ b/src/part/radialMap/widget.cpp @@ -42,15 +42,15 @@ RadialMap::Widget::path() const KURL RadialMap::Widget::url( File const * const file ) const { - if (file) - { - return KURL::fromPathOrURL(file->fullPath()); - } - if (m_tree) - { - return KURL::fromPathOrURL(m_tree->fullPath()); - } - return KURL::fromPathOrURL(TQString::null); + if (file) + { + return KURL::fromPathOrURL(file->fullPath()); + } + if (m_tree) + { + return KURL::fromPathOrURL(m_tree->fullPath()); + } + return KURL::fromPathOrURL(TQString::null); } void