]> git.ipfire.org Git - thirdparty/squid.git/blobdiff - src/LeakFinder.cc
Source Format Enforcement (#532)
[thirdparty/squid.git] / src / LeakFinder.cc
index db7a109643ea05aff0e38ed765708b8bf764e9ae..92a30729d170be62b207af57a7c84201151c1da0 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.
@@ -22,7 +22,7 @@
 
 /* ========================================================================= */
 
-LeakFinderPtr::LeakFinderPtr(void *p , const char *f, const int l) :
+LeakFinderPtr::LeakFinderPtr(void *p, const char *f, const int l) :
     file(f),
     line(l),
     when(squid_curtime)