mirror of
				https://github.com/berlin-open-wireless-lab/DAWN.git
				synced 2025-03-09 15:40:12 +00:00 
			
		
		
		
	dawn_iwinfo: indentation
This commit is contained in:
		
							parent
							
								
									3ff15b9894
								
							
						
					
					
						commit
						273178e05c
					
				
					 1 changed files with 2 additions and 2 deletions
				
			
		| 
						 | 
					@ -45,8 +45,8 @@ int compare_essid_iwinfo(uint8_t *bssid_addr, uint8_t *bssid_addr_to_compare) {
 | 
				
			||||||
 | 
					
 | 
				
			||||||
    while ((entry = readdir(dirp)) != NULL && (essid == NULL || essid_to_compare == NULL)) {
 | 
					    while ((entry = readdir(dirp)) != NULL && (essid == NULL || essid_to_compare == NULL)) {
 | 
				
			||||||
        if (entry->d_type == DT_SOCK) {
 | 
					        if (entry->d_type == DT_SOCK) {
 | 
				
			||||||
			if (strcmp(entry->d_name, "global") == 0) 
 | 
					            if (strcmp(entry->d_name, "global") == 0) 
 | 
				
			||||||
				continue;
 | 
					                continue;
 | 
				
			||||||
 | 
					
 | 
				
			||||||
            iw = iwinfo_backend(entry->d_name);
 | 
					            iw = iwinfo_backend(entry->d_name);
 | 
				
			||||||
 | 
					
 | 
				
			||||||
| 
						 | 
					
 | 
				
			||||||
		Loading…
	
	Add table
		Add a link
		
	
		Reference in a new issue