]> git.ipfire.org Git - thirdparty/squid.git/blobdiff - src/auth/toUtf.cc
Source Format Enforcement (#763)
[thirdparty/squid.git] / src / auth / toUtf.cc
index 0b5a5dc6471a756c152e5e192404c765394dd303..5f19cd143e5400498cb8ecee155bd6abe9a3f224 100644 (file)
@@ -1,5 +1,5 @@
 /*
- * Copyright (C) 1996-2019 The Squid Software Foundation and contributors
+ * Copyright (C) 1996-2021 The Squid Software Foundation and contributors
  *
  * Squid software is distributed under GPLv2+ license and includes
  * contributions from numerous individuals and organizations.
@@ -7,8 +7,8 @@
  */
 
 #include "squid.h"
-#include "sbuf/SBuf.h"
 #include "auth/toUtf.h"
+#include "sbuf/SBuf.h"
 
 SBuf
 Latin1ToUtf8(const char *in)