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
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

Loading…
Cancel
Save