2010-05-14 Michael Snyder <msnyder@vmware.com>
[deliverable/binutils-gdb.git] / gdb / event-loop.c
index 735d0f6f9a7fcdf304ddece1b5e4e539ba9acba6..f1eba52fa04d2e7db68efd9db8b34fcc389ce724 100644 (file)
@@ -858,8 +858,8 @@ gdb_wait_for_event (int block)
   else
     {
       struct timeval select_timeout;
-
       struct timeval *timeout_p;
+
       if (block)
        timeout_p = gdb_notifier.timeout_valid
          ? &gdb_notifier.select_timeout : NULL;
This page took 0.023489 seconds and 4 git commands to generate.