mirror of
				https://gitlab.labs.nic.cz/labs/bird.git
				synced 2024-05-11 16:54:54 +00:00 
			
		
		
		
	Whitespace fixes
This commit is contained in:
		@@ -169,7 +169,7 @@ int bvsnprintf(char *buf, int size, const char *fmt, va_list args)
 | 
			
		||||
				case ' ': flags |= SPACE; goto repeat;
 | 
			
		||||
				case '#': flags |= SPECIAL; goto repeat;
 | 
			
		||||
				case '0': flags |= ZEROPAD; goto repeat;
 | 
			
		||||
				}
 | 
			
		||||
			}
 | 
			
		||||
		
 | 
			
		||||
		/* get field width */
 | 
			
		||||
		field_width = -1;
 | 
			
		||||
 
 | 
			
		||||
@@ -1777,7 +1777,7 @@ rt_next_hop_update_net(rtable *tab, net *n)
 | 
			
		||||
  /* FIXME: Better announcement of merged routes */
 | 
			
		||||
  rte_announce_i(tab, RA_MERGED, n, new, old_best, new, old_best);
 | 
			
		||||
 | 
			
		||||
   if (free_old_best)
 | 
			
		||||
  if (free_old_best)
 | 
			
		||||
    rte_free_quick(old_best);
 | 
			
		||||
 | 
			
		||||
  return count;
 | 
			
		||||
 
 | 
			
		||||
		Reference in New Issue
	
	Block a user