Skip to content

Commit

Permalink
remove a \n
Browse files Browse the repository at this point in the history
  • Loading branch information
laffer1 committed Dec 1, 2024
1 parent 7de559f commit e10772f
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions sys/security/mac_bsdextended/mac_bsdextended.c
Original file line number Diff line number Diff line change
Expand Up @@ -88,11 +88,11 @@ static int rule_slots = 0;
static int rule_version = MB_VERSION;

SYSCTL_INT(_security_mac_bsdextended, OID_AUTO, rule_count, CTLFLAG_RD,
&rule_count, 0, "Number of defined rules\n");
&rule_count, 0, "Number of defined rules");
SYSCTL_INT(_security_mac_bsdextended, OID_AUTO, rule_slots, CTLFLAG_RD,
&rule_slots, 0, "Number of used rule slots\n");
&rule_slots, 0, "Number of used rule slots");
SYSCTL_INT(_security_mac_bsdextended, OID_AUTO, rule_version, CTLFLAG_RD,
&rule_version, 0, "Version number for API\n");
&rule_version, 0, "Version number for API");

/*
* This is just used for logging purposes, eventually we would like to log
Expand Down

0 comments on commit e10772f

Please sign in to comment.