]> git.ipfire.org Git - thirdparty/squid.git/commitdiff
SourceFormat Enforcement
authorAutomatic source maintenance <squidadm@squid-cache.org>
Sat, 29 Jan 2011 01:13:18 +0000 (18:13 -0700)
committerAutomatic source maintenance <squidadm@squid-cache.org>
Sat, 29 Jan 2011 01:13:18 +0000 (18:13 -0700)
lib/rfc1123.c

index 7c0bdb73b205e1ccc14afbd4d77484f7c539bb58..1c16e88bfaebd2de9d4af4ed2681baae5c736edb 100644 (file)
@@ -210,7 +210,7 @@ parse_rfc1123(const char *str)
     if (t != -1) {
         time_t dst = 0;
 #if !(defined(_TIMEZONE) || defined(_timezone) || _SQUID_AIX_ || _SQUID_WINDOWS_ || _SQUID_SGI_)
-    extern long timezone;
+        extern long timezone;
 #endif
         /*
          * The following assumes a fixed DST offset of 1 hour,