2010-05-14 Michael Snyder <msnyder@vmware.com>

* elfread.c: White space.
	* environ.c: White space.
	* eval.c: White space.
	* event-loop.c: White space.
	* event-top.c: White space.
	* exceptions.c: White space.
	* exec.c: White space.
	* expprint.c: White space.
This commit is contained in:
Michael Snyder
2010-05-14 18:35:11 +00:00
parent 9a619af0d3
commit d7f9d72972
9 changed files with 75 additions and 8 deletions

View 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;