gluon-legacy: whitespace fix
This commit is contained in:
		
							parent
							
								
									2454c8abb7
								
							
						
					
					
						commit
						f5e966a666
					
				| @ -8,7 +8,7 @@ delete_legacy_iface() { | |||||||
| 	local iface="$1" | 	local iface="$1" | ||||||
| 
 | 
 | ||||||
| 	for wifi in @legacy.wifi_names@; do | 	for wifi in @legacy.wifi_names@; do | ||||||
| 		if [ "$wifi" =  "$iface" ]; then | 		if [ "$wifi" = "$iface" ]; then | ||||||
| 			uci_remove wireless "$iface" | 			uci_remove wireless "$iface" | ||||||
| 			break | 			break | ||||||
| 		fi | 		fi | ||||||
|  | |||||||
		Loading…
	
		Reference in New Issue
	
	Block a user