Skip to content

Commit 0ea44fd

Browse files
committed
more format tweaks
1 parent e4133b3 commit 0ea44fd

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

examples/unique_resource-file.cpp

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
#include <cstdio>
66
#include <beman/scope/scope.hpp>
77

8-
//clang-format off
8+
// clang-format off
99
int main() {
1010

1111
{
@@ -29,4 +29,4 @@ int main() {
2929
std::cout << "File has been closed \n";
3030

3131
}
32-
//clang-format on
32+

examples/unique_resource.cpp

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
#include <beman/scope/scope.hpp>
66

77
constexpr size_t arr_size = 10;
8-
//clang-format off
8+
// clang-format off
99
int main() {
1010

1111
{
@@ -29,4 +29,4 @@ int main() {
2929
std::cout << "After scope: \n";
3030

3131
}
32-
//clang-format on
32+

0 commit comments

Comments
 (0)