X-Git-Url: http://git.tdb.fi/?a=blobdiff_plain;f=divelist.c;h=60ad16a7fe541ced018f03010e732957b6974024;hb=b5abdd46f0dfedacc248c1d96737f96e65bb9ed1;hp=93ea34f6368a13735dc9c210cc2e1ef3c30b1b63;hpb=1268e0d22597593e3276ffa574e7eeb679d0dbd2;p=ext%2Fsubsurface.git diff --git a/divelist.c b/divelist.c index 93ea34f..60ad16a 100644 --- a/divelist.c +++ b/divelist.c @@ -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); }