sysctl: eliminate a warning '-Wmisleading-indentation'

[ and in the affected function, we'll also eliminate ]
[ all those f**king tab characters making a hot mess ]
[ of any attempt at a properly formatted C function! ]

[ plus i adjusted a little non-tab misalignment too! ]

Signed-off-by: Jim Warner <james.warner@comcast.net>
This commit is contained in:
Jim Warner 2022-01-08 00:00:00 -06:00 committed by Craig Small
parent 14281269f8
commit 7418b97344

View File

@ -530,8 +530,8 @@ static int WriteSetting(
const char *key,
const char *path,
const char *value,
const bool ignore_failure) {
const bool ignore_failure)
{
int rc = EXIT_SUCCESS;
FILE *fp;
struct stat ts;