diff options
author | Michele Calgaro <michele.calgaro@yahoo.it> | 2022-11-01 09:32:53 +0900 |
---|---|---|
committer | Michele Calgaro <michele.calgaro@yahoo.it> | 2022-11-01 09:32:53 +0900 |
commit | 339cd31bd6a66973946c899a9e2aa7f6980dcc6b (patch) | |
tree | 7ee33db2677c88532c29d45d50908e3638243779 /src | |
parent | 90809a0fbdf171e969f9a7dc951f5b9ae819e732 (diff) | |
download | filelight-r14.1.0.tar.gz filelight-r14.1.0.zip |
Fixed up indentation of the code changes in previous commit.r14.1.0
Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it>
Diffstat (limited to 'src')
-rw-r--r-- | src/part/radialMap/widget.cpp | 18 |
1 files 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 |