This patch (2/3) fixes inconsistent indenting in source files.
Some lines use tabs, some use spaces, tabs appear to expect 8 chars, while indenting with spaces is on 4 char soft tabs... made working with the code Quite Painful.
This fixes that, and is a prereq. to the next patch which fixes calltable cache segfaults.