Skip to content

Commit

Permalink
Remove tabs
Browse files Browse the repository at this point in the history
  • Loading branch information
MaJerle committed Aug 23, 2020
1 parent 33a9288 commit 3a41d38
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/examples_src/example_minimal.c
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ lwprintf_out(int ch, lwprintf_t* lwp) {

int
main(void) {
/* Initialize default lwprintf instance with output function */
/* Initialize default lwprintf instance with output function */
lwprintf_init(lwprintf_out);

/* Print first text */
Expand Down

0 comments on commit 3a41d38

Please sign in to comment.