Skip to content

Commit 0f247e1

Browse files
moving pragma to before comment
1 parent e45429f commit 0f247e1

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/Functions/bech32.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,4 @@
1+
#pragma once
12
/* Copyright (c) 2017, 2021 Pieter Wuille
23
*
34
* Permission is hereby granted, free of charge, to any person obtaining a copy
@@ -18,7 +19,6 @@
1819
* OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN
1920
* THE SOFTWARE.
2021
*/
21-
#pragma once
2222

2323
#include <cstdint>
2424
#include <string>

0 commit comments

Comments
 (0)