replaced 4 spaces tabs for 2 spaces tab

This commit is contained in:
Francis Lavoie 2013-05-21 18:03:03 -04:00
parent 02a8a66424
commit db0eda65bc
4 changed files with 22 additions and 23 deletions

View File

@ -3,4 +3,3 @@
function pybeautifyjson
echo $argv | python -mjson.tool
end

View File

@ -7,4 +7,4 @@ function pyclean
end
find $path2CLEAN -name "*.pyc" -delete -o -name "*.pyo" -delete
end
end