In some of our larger packages, functions and procedures, the code beautifier has altered some strings by changing their case and putting a space at the start of them.
For instance sometime it is to lowercase like 'T' becomes ' t', and at others it is to tile case 'MEC000' becoming ' Mec000'...