mirror of
				https://github.com/mik3y/usb-serial-for-android
				synced 2025-10-31 02:17:23 +00:00 
			
		
		
		
	Fix ControlLine enum spacing (#577)
This commit is contained in:
		
							parent
							
								
									a4ee5c2158
								
							
						
					
					
						commit
						2fbceb6cc7
					
				| @ -58,7 +58,7 @@ public interface UsbSerialPort extends Closeable { | |||||||
|     int STOPBITS_2 = 2; |     int STOPBITS_2 = 2; | ||||||
| 
 | 
 | ||||||
|     /** Values for get[Supported]ControlLines() */ |     /** Values for get[Supported]ControlLines() */ | ||||||
|     enum ControlLine { RTS, CTS,  DTR, DSR,  CD, RI } |     enum ControlLine { RTS, CTS, DTR, DSR, CD, RI } | ||||||
| 
 | 
 | ||||||
|     /** |     /** | ||||||
|      * Returns the driver used by this port. |      * Returns the driver used by this port. | ||||||
|  | |||||||
		Loading…
	
	
			
			x
			
			
		
	
		Reference in New Issue
	
	Block a user