diff options
author | Johannes Schickel | 2012-11-19 13:05:12 +0100 |
---|---|---|
committer | Johannes Schickel | 2012-11-19 13:06:09 +0100 |
commit | bbb83f132b23b6a45eb6d979172264c1587f227a (patch) | |
tree | 35efe06598ce4ed8f924f2638d32e1dd2f31e034 /engines/queen/resource.cpp | |
parent | dd551c4775ab016ad9d24e2d48a0919bf5739d4b (diff) | |
download | scummvm-rg350-bbb83f132b23b6a45eb6d979172264c1587f227a.tar.gz scummvm-rg350-bbb83f132b23b6a45eb6d979172264c1587f227a.tar.bz2 scummvm-rg350-bbb83f132b23b6a45eb6d979172264c1587f227a.zip |
KYRA: Make "const type *const" use consistent.
I used this command for changing "const type * const" to "const type *const":
git ls-files "*.cpp" "*.h" | xargs sed -i -e 's/const \([a-zA-Z0-9_]*\) \* const/const \1 \*const/g'
Diffstat (limited to 'engines/queen/resource.cpp')
0 files changed, 0 insertions, 0 deletions