imp: add a missing space after colon in some debug output
This commit is contained in:
		
							parent
							
								
									3003a18c94
								
							
						
					
					
						commit
						101e2f7426
					
				| @ -287,7 +287,7 @@ ptraceAt level | |||||||
|     | otherwise = \s a -> let p = pshow a |     | otherwise = \s a -> let p = pshow a | ||||||
|                               ls = lines p |                               ls = lines p | ||||||
|                               nlorspace | length ls > 1 = "\n" |                               nlorspace | length ls > 1 = "\n" | ||||||
|                                         | otherwise     = replicate (11 - length s) ' ' |                                         | otherwise     = replicate (max 1 $ 11 - length s) ' ' | ||||||
|                               ls' | length ls > 1 = map (' ':) ls |                               ls' | length ls > 1 = map (' ':) ls | ||||||
|                                   | otherwise     = ls |                                   | otherwise     = ls | ||||||
|                           in trace (s++":"++nlorspace++intercalate "\n" ls') a |                           in trace (s++":"++nlorspace++intercalate "\n" ls') a | ||||||
|  | |||||||
		Loading…
	
		Reference in New Issue
	
	Block a user