<br><br><div class="gmail_quote">2011/1/30 Martin Gräßlin <span dir="ltr">&lt;<a href="mailto:kde@martin-graesslin.com">kde@martin-graesslin.com</a>&gt;</span><br><blockquote class="gmail_quote" style="margin: 0pt 0pt 0pt 0.8ex; border-left: 1px solid rgb(204, 204, 204); padding-left: 1ex;">
There is of course the option to change it manually. I would not like to do<br>
it, but if there is no automatic way I will waste tomorrow evening ;-)<br></blockquote><div><br>Don&#39;t know about astyle, but I&#39;d do something like:<br><br> - find . -exec sed -i &quot;s/if(/if (/g&quot; {} \; # Change all occurrences<br>
 - git add -p # Interactive git add, so that you can exclude from the commit false positives which have been corrected<br> - git commit # Well<br> - git reset --hard # To undo changes to false positives removed from the previous commit<br>
 </div><blockquote class="gmail_quote" style="margin: 0pt 0pt 0pt 0.8ex; border-left: 1px solid rgb(204, 204, 204); padding-left: 1ex;">
<br>_______________________________________________<br>
Plasma-devel mailing list<br>
<a href="mailto:Plasma-devel@kde.org">Plasma-devel@kde.org</a><br>
<a href="https://mail.kde.org/mailman/listinfo/plasma-devel" target="_blank">https://mail.kde.org/mailman/listinfo/plasma-devel</a><br>
<br></blockquote></div><br>