esadev - 2010-01-19

Hi all,
I tried to find a way but wasn't able to remove all unused brackets as the follows :
procedure MyProc();
function AnOtherOne  (  )   : Integer;

And, I wasn't able to align procedure and function names in the interface part (only) like I use to :
procedure MyProc;
function  MyFunct: Boolean;

Arf… It seems I have to explain cause of the font…
Then, I put 2 SPACES between function and MyFunct

(but constructor and destructor still as they came.)

Thx for your help ;o)