Skip to content

Commit 7fa7312

Browse files
milancurcicjvdp1
andauthored
Update doc/specs/stdlib_logger.md
Co-authored-by: Jeremie Vandenplas <jeremie.vandenplas@gmail.com>
1 parent a669617 commit 7fa7312

File tree

1 file changed

+10
-10
lines changed

1 file changed

+10
-10
lines changed

doc/specs/stdlib_logger.md

Lines changed: 10 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -949,17 +949,17 @@ modified.
949949
#### Example
950950

951951
```fortran
952-
module example_mod
953-
use stdlib_logger, global => global_logger
954-
...
952+
module example_mod
953+
use stdlib_logger, global => global_logger
954+
955955
contains
956-
...
957-
subroutine example_sub(unit, ...)
956+
957+
subroutine example_sub(unit, ...)
958958
integer, intent(in) :: unit
959-
...
959+
960960
call global % remove_log_unit( unit )
961-
...
962-
end subroutine example_sub
963-
...
964-
end module example_mod
961+
962+
end subroutine example_sub
963+
964+
end module example_mod
965965
```

0 commit comments

Comments
 (0)