Skip to content

Commit

Permalink
symbol: Add trailing newline
Browse files Browse the repository at this point in the history
Signed-off-by: Pedro Falcato <[email protected]>
  • Loading branch information
heatd committed Feb 8, 2023
1 parent 7017c25 commit e033afb
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion kernel/kernel/symbol.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -35,4 +35,4 @@ int setup_symbol(struct symbol *s, Elf64_Sym *sym, const char *name)
s->size = sym->st_size;

return 0;
}
}

0 comments on commit e033afb

Please sign in to comment.