svn commit: r183881 - head/sys/netinet
Max Laier
max at love2party.net
Tue Oct 14 15:01:42 UTC 2008
On Tuesday 14 October 2008 16:16:05 Roman Kurakin wrote:
> Maxim Konovalov:
> > Author: maxim
> > Date: Tue Oct 14 12:26:55 2008
> > New Revision: 183881
> > URL: http://svn.freebsd.org/changeset/base/183881
> >
> > Log:
> > o Reformat ipfw nat get|setsockopt code to look it more
> > style(9) compliant. No functional changes.
> >
> > Modified:
> > head/sys/netinet/ip_fw2.c
> >
> > Modified: head/sys/netinet/ip_fw2.c
> > =========================================================================
> >===== --- head/sys/netinet/ip_fw2.c Tue Oct 14 10:23:11 2008 (r183880) +++
> > head/sys/netinet/ip_fw2.c Tue Oct 14 12:26:55 2008 (r183881) @@ -4385,49
> > +4385,52 @@ ipfw_ctl(struct sockopt *sopt)
> > break;
> >
> > case IP_FW_NAT_CFG:
> > - {
> > - if (IPFW_NAT_LOADED)
> > - error = ipfw_nat_cfg_ptr(sopt);
> > - else {
> > - printf("IP_FW_NAT_CFG: ipfw_nat not present, please load it.\n");
> > - error = EINVAL;
> > + {
> > + if (IPFW_NAT_LOADED)
> > + error = ipfw_nat_cfg_ptr(sopt);
> > + else {
> > + printf("IP_FW_NAT_CFG: %s\n",
> > + "ipfw_nat not present, please load it");
> > + error = EINVAL;
> > + }
> > }
>
> IMHO such indention does not add any usefulness, but increases indention
> level that is already very high.
> Also I do not see strict contradiction to the style(9), but probably I
> am not reading the most current style(9).
The additional scope is absolutely unnecessary here and should be dropped -
IMHO. See case IP_FW_RESETLOG and above.
--
/"\ Best regards, | mlaier at freebsd.org
\ / Max Laier | ICQ #67774661
X http://pf4freebsd.love2party.net/ | mlaier at EFnet
/ \ ASCII Ribbon Campaign | Against HTML Mail and News
More information about the svn-src-head
mailing list