mirror of
				https://github.com/rad4day/Waybar.git
				synced 2025-11-04 09:42:42 +01:00 
			
		
		
		
	fixed tab indentation to spaces, removed debug
This commit is contained in:
		@@ -661,9 +661,7 @@ int waybar::modules::Network::handleEvents(struct nl_msg *msg, void *data) {
 | 
				
			|||||||
        net->clearIface();
 | 
					        net->clearIface();
 | 
				
			||||||
        net->ifid_ = temp_idx;
 | 
					        net->ifid_ = temp_idx;
 | 
				
			||||||
        net->route_priority = priority;
 | 
					        net->route_priority = priority;
 | 
				
			||||||
	net->gwaddr_ = temp_gw_addr;
 | 
					        net->gwaddr_ = temp_gw_addr;
 | 
				
			||||||
	spdlog::debug("netwok: gateway {}", net->gwaddr_);
 | 
					 | 
				
			||||||
 | 
					 | 
				
			||||||
        spdlog::debug("network: new default route via if{} metric {}", temp_idx, priority);
 | 
					        spdlog::debug("network: new default route via if{} metric {}", temp_idx, priority);
 | 
				
			||||||
 | 
					
 | 
				
			||||||
        /* Ask ifname associated with temp_idx as well as carrier status */
 | 
					        /* Ask ifname associated with temp_idx as well as carrier status */
 | 
				
			||||||
 
 | 
				
			|||||||
		Reference in New Issue
	
	Block a user