summaryrefslogtreecommitdiff
path: root/src/edmain.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/edmain.c')
-rw-r--r--src/edmain.c10
1 files changed, 5 insertions, 5 deletions
diff --git a/src/edmain.c b/src/edmain.c
index b5ac314..d050dda 100644
--- a/src/edmain.c
+++ b/src/edmain.c
@@ -5,7 +5,7 @@
/* */
/* */
/*******************************************************/
-
+
/*************************************************************/
/* Purpose: */
/* */
@@ -546,7 +546,7 @@ globle int ctlxlp(
int f,
int n)
{
- if (kbdmip!=NULL || kbdmop!=NULL)
+ if (kbdmip!=NULL || kbdmop!=NULL)
{
mlwrite("Not now");
return (FALSE);
@@ -739,11 +739,11 @@ globle void EditCommand(
void (*redrawScreenFunction)(void *);
void (*pauseEnvFunction)(void *);
void (*continueEnvFunction)(void *,int);
-
+
redrawScreenFunction = GetRedrawFunction(theEnv);
pauseEnvFunction = GetPauseEnvFunction(theEnv);
continueEnvFunction = GetContinueEnvFunction(theEnv);
-
+
if (pauseEnvFunction != NULL) (*pauseEnvFunction)(theEnv) ;
PerformEditCommand(theEnv);
if (continueEnvFunction != NULL) (*continueEnvFunction)(theEnv,0) ;
@@ -772,7 +772,7 @@ globle void EditCommand(
globle void EditorFunctionDefinition(
void *theEnv)
- {
+ {
}
#endif