Skip to content

Commit 92454c7

Browse files
committed
Trivial syntax
1 parent e0e60ce commit 92454c7

4 files changed

Lines changed: 16 additions & 16 deletions

File tree

ref_app/src/math/checksums/hash/hash_base.h

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,12 +1,12 @@
11
///////////////////////////////////////////////////////////////////////////////
2-
// Copyright Christopher Kormanyos 2013 - 2023.
2+
// Copyright Christopher Kormanyos 2013 - 2025.
33
// Distributed under the Boost Software License,
44
// Version 1.0. (See accompanying file LICENSE_1_0.txt
55
// or copy at http://www.boost.org/LICENSE_1_0.txt)
66
//
77

8-
#ifndef HASH_BASE_2013_09_05_H_
9-
#define HASH_BASE_2013_09_05_H_
8+
#ifndef HASH_BASE_2013_09_05_H
9+
#define HASH_BASE_2013_09_05_H
1010

1111
#include <limits>
1212

@@ -195,4 +195,4 @@
195195

196196
} } } // namespace math::checksums::hash
197197

198-
#endif // HASH_BASE_2013_09_05_H_
198+
#endif // HASH_BASE_2013_09_05_H

ref_app/src/math/checksums/hash/hash_detail.h

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,11 @@
1-
// Copyright Christopher Kormanyos 2013 - 2023.
1+
// Copyright Christopher Kormanyos 2013 - 2025.
22
// Distributed under the Boost Software License,
33
// Version 1.0. (See accompanying file LICENSE_1_0.txt
44
// or copy at http://www.boost.org/LICENSE_1_0.txt)
55
//
66

7-
#ifndef HASH_DETAIL_2020_05_18_H_
8-
#define HASH_DETAIL_2020_05_18_H_
7+
#ifndef HASH_DETAIL_2020_05_18_H
8+
#define HASH_DETAIL_2020_05_18_H
99

1010
#include <cstddef>
1111
#include <cstdint>
@@ -126,4 +126,4 @@
126126

127127
} } } } // namespace math::checksums::hash::detail
128128

129-
#endif // HASH_DETAIL_2020_05_18_H_
129+
#endif // HASH_DETAIL_2020_05_18_H

ref_app/src/math/checksums/hash/hash_sha1.h

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,12 +1,12 @@
11
///////////////////////////////////////////////////////////////////////////////
2-
// Copyright Christopher Kormanyos 2013 - 2023.
2+
// Copyright Christopher Kormanyos 2013 - 2025.
33
// Distributed under the Boost Software License,
44
// Version 1.0. (See accompanying file LICENSE_1_0.txt
55
// or copy at http://www.boost.org/LICENSE_1_0.txt)
66
//
77

8-
#ifndef HASH_SHA1_2013_09_03_H_
9-
#define HASH_SHA1_2013_09_03_H_
8+
#ifndef HASH_SHA1_2013_09_03_H
9+
#define HASH_SHA1_2013_09_03_H
1010

1111
// See also: https://en.wikipedia.org/wiki/SHA-1
1212

@@ -150,4 +150,4 @@
150150

151151
} } } // namespace math::checksums::hash
152152

153-
#endif // HASH_SHA1_2013_09_03_H_
153+
#endif // HASH_SHA1_2013_09_03_H

ref_app/src/math/checksums/hash/hash_sha256.h

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,12 +1,12 @@
11
///////////////////////////////////////////////////////////////////////////////
2-
// Copyright Christopher Kormanyos 2013 - 2023.
2+
// Copyright Christopher Kormanyos 2013 - 2025.
33
// Distributed under the Boost Software License,
44
// Version 1.0. (See accompanying file LICENSE_1_0.txt
55
// or copy at http://www.boost.org/LICENSE_1_0.txt)
66
//
77

8-
#ifndef HASH_SHA256_2023_02_26_H_
9-
#define HASH_SHA256_2023_02_26_H_
8+
#ifndef HASH_SHA256_2023_02_26_H
9+
#define HASH_SHA256_2023_02_26_H
1010

1111
// See also: https://en.wikipedia.org/wiki/SHA-2
1212

@@ -239,4 +239,4 @@
239239

240240
} } } // namespace math::checksums::hash
241241

242-
#endif // HASH_SHA256_2023_02_26_H_
242+
#endif // HASH_SHA256_2023_02_26_H

0 commit comments

Comments
 (0)