I Like Delphi - 2012-12-28

…to line up with Begin & End-rather than indent?

Procedure TfrmMain.UpdateMasterVolume;
  Begin
    MasterVolume := MasterVolume + 0.01;
    AudioTool.SetMasterVolume(MasterVolume);
  End;