]> git.tdb.fi Git - ext/subsurface.git/blobdiff - divelist.c
Remove redundant linear sample tank pressure data
[ext/subsurface.git] / divelist.c
index 93ea34f6368a13735dc9c210cc2e1ef3c30b1b63..60ad16a7fe541ced018f03010e732957b6974024 100644 (file)
@@ -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);
        }