*** empty log message ***
[binutils-gdb.git] / gdb / event-top.c
index 52a5ad75d4c780d37b5b2898991d9262d40c807f..718e245014c3ac3e884e9d803b5179a2345511c2 100644 (file)
@@ -1,6 +1,6 @@
 /* Top level stuff for GDB, the GNU debugger.
 
-   Copyright (C) 1999, 2000, 2001, 2002, 2004, 2005, 2007, 2008, 2009
+   Copyright (C) 1999, 2000, 2001, 2002, 2004, 2005, 2007, 2008, 2009, 2010
    Free Software Foundation, Inc.
 
    Written by Elena Zannoni <ezannoni@cygnus.com> of Cygnus Solutions.
@@ -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