remove dangling spaces
This commit is contained in:
@@ -1579,12 +1579,12 @@ void DbgEntry (void)
|
||||
case 'q':
|
||||
/* Quit program */
|
||||
clrscr ();
|
||||
|
||||
|
||||
/* Exit intentionally with error because one may
|
||||
** say that DbgEntry is always abnormal.
|
||||
** say that DbgEntry is always abnormal.
|
||||
*/
|
||||
exit (EXIT_FAILURE);
|
||||
|
||||
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user