Skip to content

Commit 6a83827

Browse files
committed
Add file header blocks to cpp files
Right justify mode selector in optional.cpp Add block to test_types.cpp
1 parent 1bf0ffd commit 6a83827

File tree

2 files changed

+4
-1
lines changed

2 files changed

+4
-1
lines changed

src/Beman/Optional26/optional.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
// src/Beman/Optional26/optional.cpp -*-C++-*-
1+
// src/Beman/Optional26/optional.cpp -*-C++-*-
22
// SPDX-License-Identifier: Apache-2.0 WITH LLVM-exception
33

44
#include <Beman/Optional26/optional.hpp>
Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1 +1,4 @@
1+
// src/Beman/Optional26/test/test_types.cpp -*-C++-*-
2+
// SPDX-License-Identifier: Apache-2.0 WITH LLVM-exception
3+
14
#include <Beman/Optional26/tests/test_types.hpp>

0 commit comments

Comments
 (0)