]> git.ipfire.org Git - thirdparty/squid.git/blobdiff - src/format/Token.h
SourceFormat Enforcement
[thirdparty/squid.git] / src / format / Token.h
index b38b25e8da8e218fff2c8ee9f72862b39bda9f25..ed8ab97cc418e30ef030d62fe696fdcc5cdc84f9 100644 (file)
@@ -1,5 +1,5 @@
 /*
- * Copyright (C) 1996-2014 The Squid Software Foundation and contributors
+ * Copyright (C) 1996-2015 The Squid Software Foundation and contributors
  *
  * Squid software is distributed under GPLv2+ license and includes
  * contributions from numerous individuals and organizations.
@@ -65,7 +65,7 @@ public:
     bool space;
     bool zero;
     int divisor;    // class invariant: MUST NOT be zero.
-    Token *next;       /* todo: move from linked list to array */
+    Token *next;    /* todo: move from linked list to array */
 
 private:
     const char *scanForToken(TokenTableEntry const table[], const char *cur);
@@ -74,3 +74,4 @@ private:
 } // namespace Format
 
 #endif /* _SQUID_FORMAT_TOKEN_H */
+