]> git.ipfire.org Git - thirdparty/squid.git/blobdiff - src/error/ExceptionErrorDetail.h
Maintenance: automate header guards 2/3 (#1655)
[thirdparty/squid.git] / src / error / ExceptionErrorDetail.h
index eb75c9f26398254e9b17db2a9789ffd24b0e95d4..94809f21768b736054c67d56389972b9531b515d 100644 (file)
@@ -6,8 +6,8 @@
  * Please see the COPYING and CONTRIBUTORS files for details.
  */
 
-#ifndef _SQUID_SRC_ERROR_EXCEPTIONERRORDETAIL_H
-#define _SQUID_SRC_ERROR_EXCEPTIONERRORDETAIL_H
+#ifndef SQUID_SRC_ERROR_EXCEPTIONERRORDETAIL_H
+#define SQUID_SRC_ERROR_EXCEPTIONERRORDETAIL_H
 
 #include "base/IoManip.h"
 #include "error/Detail.h"
@@ -39,5 +39,5 @@ private:
     SourceLocationId exceptionId; ///< identifies the thrower or catcher
 };
 
-#endif /* _SQUID_SRC_ERROR_EXCEPTIONERRORDETAIL_H */
+#endif /* SQUID_SRC_ERROR_EXCEPTIONERRORDETAIL_H */