mirror of
https://github.com/subsurface/subsurface.git
synced 2025-02-17 20:16:16 +00:00
Fix minor indentation issue
Signed-off-by: Dirk Hohndel <dirk@hohndel.org>
This commit is contained in:
parent
91577f11b5
commit
afda6dac51
1 changed files with 2 additions and 2 deletions
|
@ -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:
|
||||
|
|
Loading…
Add table
Reference in a new issue