From: Automatic source maintenance Date: Fri, 24 Jun 2011 00:12:50 +0000 (-0600) Subject: SourceFormat Enforcement X-Git-Tag: take08~55^2~98 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=987de8430e95b8c54202896961aefb7686a8e0f4;p=thirdparty%2Fsquid.git SourceFormat Enforcement --- diff --git a/src/TimeOrTag.h b/src/TimeOrTag.h index b3449d9708..9a24824ade 100644 --- a/src/TimeOrTag.h +++ b/src/TimeOrTag.h @@ -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;