Diffusion Krita 70eaf2f14e02

Fix whitespace/tabulations problem

Authored by dkazakov on Aug 5 2016, 9:22 AM.

Description

Fix whitespace/tabulations problem

Use the following script for that:

for i in git diff --name-only 0807eeb01d02873019 HEAD; do

sed -i.orig 's/\t/    /g' $i

done

Details