]> git.ipfire.org Git - thirdparty/squid.git/blobdiff - lib/libTrie/Trie.cc
Source Format Enforcement (#532)
[thirdparty/squid.git] / lib / libTrie / Trie.cc
index 33015fb1c878ed9baa62005444eb2a9d9550b2d5..bdba7a92c53eecb21252310cdd2ab91f2de66660 100644 (file)
@@ -1,5 +1,5 @@
 /*
- * Copyright (C) 1996-2015 The Squid Software Foundation and contributors
+ * Copyright (C) 1996-2020 The Squid Software Foundation and contributors
  *
  * Squid software is distributed under GPLv2+ license and includes
  * contributions from numerous individuals and organizations.
@@ -15,7 +15,7 @@
 #include <unistd.h>
 #endif
 
-Trie::Trie(TrieCharTransform *aTransform) : head(0) , transform(aTransform)
+Trie::Trie(TrieCharTransform *aTransform) : head(0), transform(aTransform)
 {}
 
 Trie::~Trie()