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:
parent
14281269f8
commit
7418b97344
4
sysctl.c
4
sysctl.c
@ -530,8 +530,8 @@ static int WriteSetting(
|
|||||||
const char *key,
|
const char *key,
|
||||||
const char *path,
|
const char *path,
|
||||||
const char *value,
|
const char *value,
|
||||||
const bool ignore_failure) {
|
const bool ignore_failure)
|
||||||
|
{
|
||||||
int rc = EXIT_SUCCESS;
|
int rc = EXIT_SUCCESS;
|
||||||
FILE *fp;
|
FILE *fp;
|
||||||
struct stat ts;
|
struct stat ts;
|
||||||
|
Loading…
x
Reference in New Issue
Block a user