mirror of
https://github.com/subsurface/subsurface.git
synced 2025-02-19 22:16:15 +00:00
Fix minor coding standard issues introduced by my last commit
Signed-off-by: Dirk Hohndel <dirk@hohndel.org>
This commit is contained in:
parent
ede70c03b0
commit
4891fa812f
2 changed files with 3 additions and 2 deletions
|
|
@ -337,7 +337,7 @@ static int calculate_sac(struct dive *dive)
|
|||
|
||||
void update_cylinder_related_info(struct dive *dive)
|
||||
{
|
||||
if(dive != NULL) {
|
||||
if (dive != NULL) {
|
||||
dive->sac = calculate_sac(dive);
|
||||
dive->otu = calculate_otu(dive);
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue