summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorMichele Calgaro <michele.calgaro@yahoo.it>2022-11-01 09:32:53 +0900
committerMichele Calgaro <michele.calgaro@yahoo.it>2022-11-01 09:32:53 +0900
commit339cd31bd6a66973946c899a9e2aa7f6980dcc6b (patch)
tree7ee33db2677c88532c29d45d50908e3638243779
parent90809a0fbdf171e969f9a7dc951f5b9ae819e732 (diff)
downloadfilelight-339cd31b.tar.gz
filelight-339cd31b.zip
Fixed up indentation of the code changes in previous commit.r14.1.0
Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it>
-rw-r--r--src/part/radialMap/widget.cpp18
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