Fixed up indentation of the code changes in previous commit.

Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it>
pull/5/head r14.1.0
Michele Calgaro 2 years ago
parent 90809a0fbd
commit 339cd31bd6
Signed by: MicheleC
GPG Key ID: 2A75B7CA8ADED5CF

@ -42,15 +42,15 @@ RadialMap::Widget::path() const
KURL KURL
RadialMap::Widget::url( File const * const file ) const RadialMap::Widget::url( File const * const file ) const
{ {
if (file) if (file)
{ {
return KURL::fromPathOrURL(file->fullPath()); return KURL::fromPathOrURL(file->fullPath());
} }
if (m_tree) if (m_tree)
{ {
return KURL::fromPathOrURL(m_tree->fullPath()); return KURL::fromPathOrURL(m_tree->fullPath());
} }
return KURL::fromPathOrURL(TQString::null); return KURL::fromPathOrURL(TQString::null);
} }
void void

Loading…
Cancel
Save