]> git.ipfire.org Git - thirdparty/tvheadend.git/commit
nvenc: Fix Werror=misleading-indentation FTBFS
authorMichael Marley <michael@michaelmarley.com>
Sun, 2 Jan 2022 17:38:17 +0000 (12:38 -0500)
committerFlole998 <Flole998@users.noreply.github.com>
Sun, 2 Jan 2022 18:50:57 +0000 (19:50 +0100)
commit067b662ef7479af2b830b95fbd7b2e6c1cb9e7a1
treeb6e602d58196910e8e6c2f59ce2bc3bb99e4963b
parent0165f365cd58bbcc3734e4ec9ce696b42870ff8e
nvenc: Fix Werror=misleading-indentation FTBFS

Commit 0165f365cd58bbcc3734e4ec9ce696b42870ff8e introduced an FTBFS
when -Werror=misleading-indentation is passed to the compiler.  It
appears from changes elsewhere in the file (around line 450) that
the "Set Defaults" statements were not intended to be included in
the if block, so this commit reformats it to make that obvious (and
also add curlybrackets as was done around 450.)
src/transcoding/codec/codecs/libs/nvenc.c