]> git.ipfire.org Git - thirdparty/tvheadend.git/commit
config: Fix whitespace errors
authorOlliver Schinagl <oliver@schinagl.nl>
Sat, 10 Jun 2023 13:20:25 +0000 (15:20 +0200)
committerFlole998 <Flole998@users.noreply.github.com>
Wed, 21 Jun 2023 09:17:24 +0000 (11:17 +0200)
commitf28e69a5f1f24da7a973a6ef1dec9f7beece2acc
treee31bf680531f219310e58a61e7b444fb4ad22af3
parent85360356660a11e5c7a65274d58e5f4945f83f5f
config: Fix whitespace errors

The internal print functions already add the newline for us, so adding
one manually is not needed.

Further more, a tab got snook in, where spaces where intended.

This fixes commit dbf973307ae3 ("dvr_storage: Use XDG spec directories")
which accidentally introduced this.

Signed-off-by: Olliver Schinagl <oliver@schinagl.nl>
src/config.c