summaryrefslogtreecommitdiffstats
path: root/core/plannernotes.c
diff options
context:
space:
mode:
authorGravatar Berthold Stoeger <bstoeger@mail.tuwien.ac.at>2017-11-18 21:43:18 +0100
committerGravatar Lubomir I. Ivanov <neolit123@gmail.com>2017-11-19 00:21:45 +0100
commitebb8e1dc2771d4378cb6b7b16e6f49c6c2913a48 (patch)
treecc726284e38276024e4a4df8680afaa1989f6000 /core/plannernotes.c
parent6ae16b87d0560ac06e882da122f43b0e9b913b34 (diff)
downloadsubsurface-ebb8e1dc2771d4378cb6b7b16e6f49c6c2913a48.tar.gz
Trivial: fix indentation
Fix an obvious indentation bug where one line more than intended was indented. Signed-off-by: Berthold Stoeger <bstoeger@mail.tuwien.ac.at>
Diffstat (limited to 'core/plannernotes.c')
-rw-r--r--core/plannernotes.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/core/plannernotes.c b/core/plannernotes.c
index 9f9a43f92..114c2a10b 100644
--- a/core/plannernotes.c
+++ b/core/plannernotes.c
@@ -210,7 +210,7 @@ void add_plan_to_notes(struct diveplan *diveplan, struct dive *dive, bool show_d
FRACTION(dp->time, 60),
gasname(&gasmix));
- len += snprintf(buffer + len, sz_buffer - len, "%s<br>", temp);
+ len += snprintf(buffer + len, sz_buffer - len, "%s<br>", temp);
newdepth = dp->depth.mm;
lasttime = dp->time;
}