diff options
author | Dirk Hohndel <dirk@hohndel.org> | 2012-12-11 13:40:07 -0800 |
---|---|---|
committer | Dirk Hohndel <dirk@hohndel.org> | 2012-12-11 13:40:07 -0800 |
commit | afda6dac5193ac69f07981d0a0d8df20d554a5dd (patch) | |
tree | 43e61bca62fd66d87352207c87746f9b413bb896 /parse-xml.c | |
parent | 91577f11b5373557dca50627b8e3348b6dee2514 (diff) | |
download | subsurface-afda6dac5193ac69f07981d0a0d8df20d554a5dd.tar.gz |
Fix minor indentation issue
Signed-off-by: Dirk Hohndel <dirk@hohndel.org>
Diffstat (limited to 'parse-xml.c')
-rw-r--r-- | parse-xml.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/parse-xml.c b/parse-xml.c index 916a780d1..376860e6b 100644 --- a/parse-xml.c +++ b/parse-xml.c @@ -662,9 +662,9 @@ static void try_to_fill_sample(struct sample *sample, const char *name, char *bu if (MATCH(".sample.stopdepth", depth, &sample->stopdepth)) return; if (MATCH(".sample.cns", get_index, &sample->cns)) - return; + return; if (MATCH(".sample.po2", double_to_permil, &sample->po2)) - return; + return; switch (import_source) { case DIVINGLOG: |