diff options
| author | 2025-10-15 09:48:31 +0200 | |
|---|---|---|
| committer | 2025-10-15 09:48:31 +0200 | |
| commit | b0413b4978698d964c381777b7b95d79d0fbd25f (patch) | |
| tree | 1bbaf3daad0b56acf5b78ee8d30b75b08b74cd20 /elf.c | |
| parent | 27603b9980062c33f163e3baf6cf348099fd57b1 (diff) | |
elf.c vim style
Diffstat (limited to 'elf.c')
| -rw-r--r-- | elf.c | 2 |
1 files changed, 2 insertions, 0 deletions
@@ -522,3 +522,5 @@ elffini(struct wbuf *out) .entsize = relxsiz, .info = DATA_SHNDX ); } + +/* vim:set ts=3 sw=3 expandtab: */ |