]> git.tdb.fi Git - ext/subsurface.git/blobdiff - divelist.c
Fix minor coding standard issues introduced by my last commit
[ext/subsurface.git] / divelist.c
index bf853ec0e49fce534853c3b59e98abb0d9a314a1..81779f06d25af2a4e10a05dfa62e953cdec0be7c 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);
        }