…to line up with Begin & End-rather than indent?
Procedure TfrmMain.UpdateMasterVolume; Begin MasterVolume := MasterVolume + 0.01; AudioTool.SetMasterVolume(MasterVolume); End;
Log in to post a comment.
…to line up with Begin & End-rather than indent?