From 4891fa812f04da1f46075433d28fa0f33145e125 Mon Sep 17 00:00:00 2001 From: Dirk Hohndel Date: Sun, 13 Nov 2011 15:51:34 -0200 Subject: Fix minor coding standard issues introduced by my last commit Signed-off-by: Dirk Hohndel --- divelist.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'divelist.c') diff --git a/divelist.c b/divelist.c index bf853ec0e..81779f06d 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); } -- cgit v1.2.3-70-g09d2