]> CyberLeo.Net >> Repos - FreeBSD/FreeBSD.git/commit
MFC r348366 (by lwhsu):
authorDimitry Andric <dim@FreeBSD.org>
Sat, 25 Apr 2020 12:39:28 +0000 (12:39 +0000)
committerDimitry Andric <dim@FreeBSD.org>
Sat, 25 Apr 2020 12:39:28 +0000 (12:39 +0000)
commit8e712752f5f4ab2ab14a676fc181a733b163f860
treee8817df6bd0f6c1b2387568013de79b95e0c5b94
parentb6a3fd91afcde6c3ec942b6c03a00d561ddca7df
MFC r348366 (by lwhsu):

Add the likely missing braces in ips(4).  This is found by gcc warning that
the code is not guarded by the if clause and has misleading indentation.

Approved by: scottl
Sponsored by: The FreeBSD Foundation
Differential Revision: https://reviews.freebsd.org/D20427
sys/dev/ips/ips.c