Show
Ignore:
Timestamp:
07/13/08 22:10:43 (5 years ago)
Author:
ahu
Message:

remove some empty lines

Files:
1 modified

Legend:

Unmodified
Added
Removed
  • trunk/pdns/pdns/packetcache.hh

    r1227 r1230  
    7474  enum CacheEntryType { PACKETCACHE, QUERYCACHE, NEGCACHE}; 
    7575 
    76  
    7776  void insert(DNSPacket *q, DNSPacket *r);  //!< We copy the contents of *p into our cache. Do not needlessly call this to insert questions already in the cache as it wastes resources 
    7877