Removed some white space.
This commit is contained in:
		
							parent
							
								
									94bc849574
								
							
						
					
					
						commit
						c7a7c0cb17
					
				@ -52,7 +52,6 @@ int c;					/* character to append */
 | 
			
		||||
	if(c == '\n')
 | 
			
		||||
      		ser_putc('\r');
 | 
			
		||||
      	ser_putc(c);
 | 
			
		||||
 | 
			
		||||
      }
 | 
			
		||||
      kmess.km_buf[kmess.km_next] = c;	/* put normal char in buffer */
 | 
			
		||||
      if (kmess.km_size < KMESS_BUF_SIZE)
 | 
			
		||||
@ -67,4 +66,3 @@ int c;					/* character to append */
 | 
			
		||||
      }
 | 
			
		||||
  }
 | 
			
		||||
}
 | 
			
		||||
 | 
			
		||||
 | 
			
		||||
		Loading…
	
	
			
			x
			
			
		
	
		Reference in New Issue
	
	Block a user