From 0de9a685697766502ac73424a8b417ffb82a45e3 Mon Sep 17 00:00:00 2001 From: mysticbbs Date: Sat, 30 Jun 2012 23:59:38 -0400 Subject: [PATCH] Minor formatting --- mystic/mystic.pas | 16 ++++++++-------- 1 file changed, 8 insertions(+), 8 deletions(-) diff --git a/mystic/mystic.pas b/mystic/mystic.pas index 3042fe4..62b0f8a 100644 --- a/mystic/mystic.pas +++ b/mystic/mystic.pas @@ -408,13 +408,13 @@ Begin CheckPathsAndDataFiles; {$IFNDEF UNIX} - Session.LocalMode := Session.CommHandle = -1; + Session.LocalMode := Session.CommHandle = -1; - If Not Session.LocalMode Then Begin - Session.Client.FSocketHandle := Session.CommHandle; + If Not Session.LocalMode Then Begin + Session.Client.FSocketHandle := Session.CommHandle; - Session.io.LocalScreenDisable; - End; + Session.io.LocalScreenDisable; + End; {$ENDIF} ExitSave := ExitProc; @@ -440,12 +440,12 @@ Begin If Session.Baud = -1 Then Session.Baud := 0; {$IFNDEF UNIX} - Screen.TextAttr := 7; - Screen.ClearScreen; + Screen.TextAttr := 7; + Screen.ClearScreen; {$ENDIF} {$IFNDEF UNIX} - UpdateStatusLine(0, ''); + UpdateStatusLine(0, ''); {$ENDIF} Set_Node_Action (Session.GetPrompt(345));