Ticket #1657: ngx_event.h.patch

File ngx_event.h.patch, 738 bytes (added by chronolaw@…, 8 years ago)
  • src/event/ngx_event.h

    # HG changeset patch
    # User chronolaw <chronolaw@gmail.com>
    # Date 1539928236 -28800
    #      Fri Oct 19 13:50:36 2018 +0800
    # Node ID 0b9c58ac7a9f1b72870608f9d7360082fb234b7d
    # Parent  8b68d50090e4f134a35da60146fefd5e63770759
    A minor code clean for macro ngx_event_get_conf in ngx_event.h
    
    diff -r 8b68d50090e4 -r 0b9c58ac7a9f src/event/ngx_event.h
    a b  
    499499
    500500
    501501#define ngx_event_get_conf(conf_ctx, module)                                  \
    502              (*(ngx_get_conf(conf_ctx, ngx_events_module))) [module.ctx_index];
     502             (*(ngx_get_conf(conf_ctx, ngx_events_module))) [module.ctx_index]
    503503
    504504
    505505