Cygwin: fix formatting: replace TAB char with \t in string constant
Signed-off-by: Corinna Vinschen <corinna@vinschen.de>
This commit is contained in:
		| @@ -809,7 +809,7 @@ format_proc_cpuinfo (void *, char *&destbuf) | |||||||
| 					 "cpu MHz\t\t: %d.000\n", | 					 "cpu MHz\t\t: %d.000\n", | ||||||
| 				 family, | 				 family, | ||||||
| 				 model, | 				 model, | ||||||
| 				 in_buf.s + strspn (in_buf.s, " 	"), | 				 in_buf.s + strspn (in_buf.s, " \t"), | ||||||
| 				 stepping, | 				 stepping, | ||||||
| 				 microcode, | 				 microcode, | ||||||
| 				 cpu_mhz); | 				 cpu_mhz); | ||||||
|   | |||||||
		Reference in New Issue
	
	Block a user