2011/1/30 Martin Gräßlin <k...@martin-graesslin.com> > There is of course the option to change it manually. I would not like to do > it, but if there is no automatic way I will waste tomorrow evening ;-) >
Don't know about astyle, but I'd do something like: - find . -exec sed -i "s/if(/if (/g" {} \; # Change all occurrences - git add -p # Interactive git add, so that you can exclude from the commit false positives which have been corrected - git commit # Well - git reset --hard # To undo changes to false positives removed from the previous commit > > _______________________________________________ > Plasma-devel mailing list > Plasma-devel@kde.org > https://mail.kde.org/mailman/listinfo/plasma-devel > >
_______________________________________________ Plasma-devel mailing list Plasma-devel@kde.org https://mail.kde.org/mailman/listinfo/plasma-devel