]> git.ipfire.org Git - thirdparty/squid.git/blobdiff - src/format/Format.cc
SourceFormat Enforcement
[thirdparty/squid.git] / src / format / Format.cc
index efb187397be0b38ea835edfcf26ca1b6d60f5817..4e47cc353ec0f65e7a82e936be1ef49a36928640 100644 (file)
@@ -18,7 +18,6 @@
 #include "ssl/ErrorDetail.h"
 #endif
 
-
 /// Convert a string to NULL pointer if it is ""
 #define strOrNull(s) ((s)==NULL||(s)[0]=='\0'?NULL:(s))
 
@@ -441,7 +440,6 @@ Format::Format::assemble(MemBuf &mb, const AccessLogEntry::Pointer &al, int logS
             doint = 1;
             break;
 
-
         case LFT_TIME_LOCALTIME:
 
         case LFT_TIME_GMT: {