Skip to content

Commit 42f60df

Browse files
authored
Update doc/specs/stdlib_logger.md
1 parent 0b17754 commit 42f60df

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

doc/specs/stdlib_logger.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -78,7 +78,7 @@ significant events encountered during the execution of a program.
7878
| Attribute | Type | Description | Initial value |
7979
|------------------|---------------|-------------------------------------------------|--------------|
8080
| `add_blank_line` | Logical | Flag to precede output with a blank line | `.false.` |
81-
|`buffer` | Character(:) | Buffer to build output string | Unallocated |
81+
| `buffer` | Character(:) | Buffer to build output string | Unallocated |
8282
| `indent_lines` | Logical | Flag to indent subsequent lines by four columns | `.true.` |
8383
| `len_buffer` | Integer | Number of valid characters in buffer | 0 |
8484
| `log_units` | Integer array | List of I/O units used for output | Unallocated |

0 commit comments

Comments
 (0)