gdb/testsuite/
[binutils-gdb.git] / gdb / event-top.c
index c7c206b357ba37fb5de722db44e64b87b3240a79..718e245014c3ac3e884e9d803b5179a2345511c2 100644 (file)
@@ -504,6 +504,7 @@ command_handler (char *command)
     {
 #ifdef HAVE_SBRK
       char *lim = (char *) sbrk (0);
+
       space_at_cmd_start = lim - lim_at_start;
 #endif
     }
@@ -556,7 +557,6 @@ command_line_handler (char *rl)
   char *nline;
   char got_eof = 0;
 
-
   int repeat = (instream == stdin);
 
   if (annotation_level > 1 && instream == stdin)
@@ -990,6 +990,7 @@ static void
 async_stop_sig (gdb_client_data arg)
 {
   char *prompt = get_prompt ();
+
 #if STOP_SIGNAL == SIGTSTP
   signal (SIGTSTP, SIG_DFL);
 #if HAVE_SIGPROCMASK