public inbox for cygwin-cvs@sourceware.org
help / color / mirror / Atom feed
* [newlib-cygwin] Cygwin: fix formatting: replace TAB char with \t in string constant
@ 2020-03-11 12:46 Corinna Vinschen
  0 siblings, 0 replies; only message in thread
From: Corinna Vinschen @ 2020-03-11 12:46 UTC (permalink / raw)
  To: cygwin-cvs

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

commit 256bc8bde00071b42dad4caf23ddda037d34c5fd
Author: Corinna Vinschen <corinna@vinschen.de>
Date:   Wed Mar 11 13:44:05 2020 +0100

    Cygwin: fix formatting: replace TAB char with \t in string constant
    
    Signed-off-by: Corinna Vinschen <corinna@vinschen.de>

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

diff --git a/winsup/cygwin/fhandler_proc.cc b/winsup/cygwin/fhandler_proc.cc
index 605a8443f..d42a91317 100644
--- a/winsup/cygwin/fhandler_proc.cc
+++ b/winsup/cygwin/fhandler_proc.cc
@@ -809,7 +809,7 @@ format_proc_cpuinfo (void *, char *&destbuf)
 					 "cpu MHz\t\t: %d.000\n",
 				 family,
 				 model,
-				 in_buf.s + strspn (in_buf.s, " 	"),
+				 in_buf.s + strspn (in_buf.s, " \t"),
 				 stepping,
 				 microcode,
 				 cpu_mhz);


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

only message in thread, other threads:[~2020-03-11 12:46 UTC | newest]

Thread overview: (only message) (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2020-03-11 12:46 [newlib-cygwin] Cygwin: fix formatting: replace TAB char with \t in string constant 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).