find . \( -name "*.cpp" -or -name "*.h" -or -name "*.c" -or -name "*.cc" \) -exec clang-format -i {} \;
If you reached this file doing a git blame, please see README.clang-format (added 2 commits in the future of this one)
FilePathA is a substring of FilePathB: E.g:
/foo/bar
/foo/barr
A Filepath ends in space
/foo/bar
/foo/ba_ <- _ is a space
In debug build this code fails this assert:
qstring.h:
inline const QChar QString::operator[](int i) const
{ Q_ASSERT(i >= 0 && i < size()); return d->data[i]; }
REVIEW: 6672
svn path=/trunk/KDE/kdegraphics/okular/; revision=1230522
--------------------------------------------
> You are listed as copyright holder for the files
> in kdegraphics/okular/generators/comicbook/qnatsort.cpp.
> Please let me know if you approve of such a relicense.
>
> I hope you approce.
I'm willing to relicence to GPL2/3. I'm reluctant to sign a blank
cheque by agreeing to all future versions of the licence.
--
Martin
--------------------------------------------
CCMAIL: mbp@sourcefrog.net
svn path=/trunk/KDE/kdegraphics/okular/; revision=749279