mirror of
https://git.FreeBSD.org/src.git
synced 2024-12-04 09:09:56 +00:00
Whitespace.
This commit is contained in:
parent
a08f1507f7
commit
135161049e
Notes:
svn2git
2020-12-20 02:59:44 +00:00
svn path=/head/; revision=154940
@ -154,9 +154,9 @@ sysctl_debug_ktr_alq_enable(SYSCTL_HANDLER_ARGS)
|
||||
|
||||
enable = ktr_alq_enabled;
|
||||
|
||||
error = sysctl_handle_int(oidp, &enable, 0, req);
|
||||
if (error || !req->newptr)
|
||||
return (error);
|
||||
error = sysctl_handle_int(oidp, &enable, 0, req);
|
||||
if (error || !req->newptr)
|
||||
return (error);
|
||||
|
||||
if (enable) {
|
||||
if (ktr_alq_enabled)
|
||||
|
Loading…
Reference in New Issue
Block a user