You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@httpd.apache.org by Sander Striker <st...@apache.org> on 2002/03/05 11:42:15 UTC

[PATCH] Style police work on server/config.c

Hi,

Patch is attached to prevent line wrapping/munging.

I encountered this:
Line 396: return !!(cmd->limited & (AP_METHOD_BIT << methnum));
                 ^^

Is that a typo or intentional?


Sander


RE: [PATCH] Style police work on server/config.c

Posted by Sander Striker <st...@apache.org>.
> From: Sander Striker [mailto:striker@apache.org]
> Sent: 05 March 2002 11:42

> Hi,
> 
> Patch is attached to prevent line wrapping/munging.
> 
> I encountered this:
> Line 396: return !!(cmd->limited & (AP_METHOD_BIT << methnum));
>                  ^^
> 
> Is that a typo or intentional?
 
I also forgot to mention that there are some FIXME:s left in
the code.  Anyone care to take a look?
 
Sander