public inbox for cygwin-cvs@sourceware.org
help / color / mirror / Atom feed
* [newlib-cygwin] Cygwin: cygwait.cc: fix formatting of debug statement
@ 2018-03-05 17:00 Corinna Vinschen
  0 siblings, 0 replies; only message in thread
From: Corinna Vinschen @ 2018-03-05 17:00 UTC (permalink / raw)
  To: cygwin-cvs

https://sourceware.org/git/gitweb.cgi?p=newlib-cygwin.git;h=011fc3b508292ebdc972775a98ee3b22cd17e820

commit 011fc3b508292ebdc972775a98ee3b22cd17e820
Author: Corinna Vinschen <corinna@vinschen.de>
Date:   Mon Mar 5 17:49:50 2018 +0100

    Cygwin: cygwait.cc: fix formatting of debug statement
    
    Signed-off-by: Corinna Vinschen <corinna@vinschen.de>

Diff:
---
 winsup/cygwin/cygwait.cc | 3 ++-
 1 file changed, 2 insertions(+), 1 deletion(-)

diff --git a/winsup/cygwin/cygwait.cc b/winsup/cygwin/cygwait.cc
index e520843..1d6c7c9 100644
--- a/winsup/cygwin/cygwait.cc
+++ b/winsup/cygwin/cygwait.cc
@@ -39,7 +39,8 @@ cygwait (HANDLE object, PLARGE_INTEGER timeout, unsigned mask)
     wait_objects[num++] = object;
 
   wait_signal_arrived thread_waiting (is_cw_sig_handle, wait_objects[num]);
-  debug_only_printf ("object %p, thread waiting %d, signal_arrived %p", object, (int) thread_waiting, _my_tls.signal_arrived);
+  debug_only_printf ("object %p, thread waiting %d, signal_arrived %p",
+		     object, (int) thread_waiting, _my_tls.signal_arrived);
   DWORD sig_n;
   if (!thread_waiting)
     sig_n = WAIT_TIMEOUT + 1;


^ permalink raw reply	[flat|nested] only message in thread

only message in thread, other threads:[~2018-03-05 17:00 UTC | newest]

Thread overview: (only message) (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2018-03-05 17:00 [newlib-cygwin] Cygwin: cygwait.cc: fix formatting of debug statement Corinna Vinschen

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).