mirror of
				https://github.com/subsurface/subsurface.git
				synced 2025-02-19 22:16:15 +00:00 
			
		
		
		
	Trivial: fix indentation
Fix an obvious indentation bug where one line more than intended was indented. Signed-off-by: Berthold Stoeger <bstoeger@mail.tuwien.ac.at>
This commit is contained in:
		
							parent
							
								
									6ae16b87d0
								
							
						
					
					
						commit
						ebb8e1dc27
					
				
					 1 changed files with 1 additions and 1 deletions
				
			
		| 
						 | 
				
			
			@ -210,7 +210,7 @@ void add_plan_to_notes(struct diveplan *diveplan, struct dive *dive, bool show_d
 | 
			
		|||
								FRACTION(dp->time, 60),
 | 
			
		||||
								gasname(&gasmix));
 | 
			
		||||
 | 
			
		||||
						len += snprintf(buffer + len, sz_buffer - len, "%s<br>", temp);
 | 
			
		||||
					len += snprintf(buffer + len, sz_buffer - len, "%s<br>", temp);
 | 
			
		||||
					newdepth = dp->depth.mm;
 | 
			
		||||
					lasttime = dp->time;
 | 
			
		||||
				}
 | 
			
		||||
| 
						 | 
				
			
			
 | 
			
		|||
		Loading…
	
	Add table
		Add a link
		
	
		Reference in a new issue