Hmm...weird. I specifically used spaces, not tabs, and both kwrite and kate (+kdevelop) shows it fine and no tab signs (I have them displayed).<div><br></div><div>Marty<br><br><div class="gmail_quote">On Fri, Nov 19, 2010 at 17:12, Andi Clemens <span dir="ltr"><<a href="mailto:andi.clemens@gmx.net">andi.clemens@gmx.net</a>></span> wrote:<br>

<blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex;">I guess we need to check wether we mix tabs and spaces.<br>
Because if you look at this specific code example, it still indents the second<br>
if-statement, and so does it in my Eclipse editor. But in VIM it is not<br>
indented.<br>
I will do this later this day and convert all tabs to spaces.<br>
<font color="#888888"><br>
Andi<br>
<br>
</font><br><br>---------- Forwarded message ----------<br>From: Martin Klapetek <<a href="mailto:martin.klapetek@gmail.com">martin.klapetek@gmail.com</a>><br>To: <a href="mailto:kde-commits@kde.org">kde-commits@kde.org</a><br>

Date: Fri, 19 Nov 2010 17:02:39 +0100 (CET)<br>Subject: branches/extragear/graphics/digikam/libs/database<br>SVN commit 1198760 by mklapetek:<br>
<br>
Code polish<br>
<br>
 M  +2 -0      imageinfo.cpp<br>
<br>
<br>
--- branches/extragear/graphics/digikam/libs/database/imageinfo.cpp #1198759:1198760<br>
@@ -670,8 +670,10 @@<br>
                         const QList<qlonglong> &ancestorsAncestors = m_nodes.value(p).ancestors;<br>
                         int score = 0;<br>
                         foreach (qlonglong a, it->ancestors)<br>
+                        {<br>
                             if (ancestorsAncestors.contains(a))<br>
                                 score++;<br>
+                        }<br>
                             if (score > maxScore)<br>
                             {<br>
                                 it->parent = p;<br>
<br>_______________________________________________<br>
Digikam-devel mailing list<br>
<a href="mailto:Digikam-devel@kde.org">Digikam-devel@kde.org</a><br>
<a href="https://mail.kde.org/mailman/listinfo/digikam-devel" target="_blank">https://mail.kde.org/mailman/listinfo/digikam-devel</a><br>
<br></blockquote></div><br></div>