2010-05-24 Michael Snyder <msnyder@vmware.com>
[binutils-gdb.git] / gdb / inflow.c
index 8de68e14cbdc59ff765b474ec050cd00203a1454..5e11ca60099de3f86f4f3f900cc011d4b8f2d8c1 100644 (file)
@@ -121,6 +121,7 @@ static PROCESS_GROUP_TYPE
 gdb_getpgrp (void)
 {
   int process_group = -1;
+
 #ifdef HAVE_TERMIOS
   process_group = tcgetpgrp (0);
 #endif