Skip to content

Commit ac2c46e

Browse files
committed
Style.
1 parent 5917f47 commit ac2c46e

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

include/bitcoin/system/chain/tapscript.hpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,7 @@ class BC_API tapscript
3535

3636
DEFAULT_COPY_MOVE_DESTRUCT(tapscript);
3737

38-
inline static bool is_control(const data_chunk& control) NOEXCEPT;
38+
static inline bool is_control(const data_chunk& control) NOEXCEPT;
3939

4040
inline tapscript(chunk_cptr&& control) NOEXCEPT;
4141
inline tapscript(const chunk_cptr& control) NOEXCEPT;

0 commit comments

Comments
 (0)