public inbox for cygwin-cvs@sourceware.org
help / color / mirror / Atom feed
* [newlib-cygwin] Cygwin: sigproc: fix minor formatting issue
@ 2020-08-28 13:40 Corinna Vinschen
  0 siblings, 0 replies; only message in thread
From: Corinna Vinschen @ 2020-08-28 13:40 UTC (permalink / raw)
  To: cygwin-cvs

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

commit c6b45af544b5e48127ea24650a72a2b7b8b75c58
Author: Corinna Vinschen <corinna@vinschen.de>
Date:   Fri Aug 28 15:40:16 2020 +0200

    Cygwin: sigproc: fix minor formatting issue
    
    Signed-off-by: Corinna Vinschen <corinna@vinschen.de>

Diff:
---
 winsup/cygwin/sigproc.cc | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/winsup/cygwin/sigproc.cc b/winsup/cygwin/sigproc.cc
index 43da97bc3..f46d3d0d8 100644
--- a/winsup/cygwin/sigproc.cc
+++ b/winsup/cygwin/sigproc.cc
@@ -78,7 +78,7 @@ class child_procs {
 	}
       return ((pinfo *) _procs)[idx];
     }
-    int max_child_procs	() const { return _NPROCS + _NPROCS_2; }
+    int max_child_procs () const { return _NPROCS + _NPROCS_2; }
 };
 Static child_procs chld_procs;


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

only message in thread, other threads:[~2020-08-28 13:40 UTC | newest]

Thread overview: (only message) (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2020-08-28 13:40 [newlib-cygwin] Cygwin: sigproc: fix minor formatting issue 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).