]> git.ipfire.org Git - thirdparty/squid.git/commitdiff
SourceFormat Enforcement
authorAutomatic source maintenance <squidadm@squid-cache.org>
Fri, 24 Jun 2011 00:12:50 +0000 (18:12 -0600)
committerAutomatic source maintenance <squidadm@squid-cache.org>
Fri, 24 Jun 2011 00:12:50 +0000 (18:12 -0600)
src/TimeOrTag.h

index b3449d9708d98c5515f0d7f7ca33aaabd2ae9d15..9a24824ade75b121beaabfe35533039edb7fee70 100644 (file)
@@ -6,7 +6,8 @@
 /**
  * Some fields can hold either time or etag specs (e.g. If-Range)
  */
-class TimeOrTag {
+class TimeOrTag
+{
 public:
     ETag tag;                   /* entity tag */
     time_t time;