From 6cae97d5dc6d2c8e5cb36826c22cf547c1ed6714 Mon Sep 17 00:00:00 2001 From: Christopher Faylor Date: Mon, 30 Sep 2002 15:17:44 +0000 Subject: whitespace --- winsup/cygwin/tty.cc | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) (limited to 'winsup/cygwin/tty.cc') diff --git a/winsup/cygwin/tty.cc b/winsup/cygwin/tty.cc index 982bfab57..18cfc9bdc 100644 --- a/winsup/cygwin/tty.cc +++ b/winsup/cygwin/tty.cc @@ -218,11 +218,11 @@ tty_list::allocate_tty (int with_console) __small_sprintf (buf, "cygwin.find.console.%d", myself->pid); SetConsoleTitle (buf); for (int times = 0; times < 25; times++) - { - Sleep (10); - if ((console = FindWindow (NULL, buf))) + { + Sleep (10); + if ((console = FindWindow (NULL, buf))) break; - } + } SetConsoleTitle (oldtitle); Sleep (40); ReleaseMutex (title_mutex); -- cgit v1.2.3