Movatterモバイル変換


[0]ホーム

URL:


Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

Commit8bcbf4e

Browse files
committed
Update toolchain_verify.h
1 parent1c63a3f commit8bcbf4e

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

‎buildcc/lib/toolchain/include/toolchain/api/toolchain_verify.h‎

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -54,9 +54,9 @@ struct ToolchainCompilerInfo {
5454
std::string target_arch;
5555
};
5656

57-
typedef std::function<std::optional<ToolchainCompilerInfo>(
58-
const ToolchainExecutables &)>
59-
ToolchainVerificationFunc;
57+
// clang-format off
58+
typedef std::function<std::optional<ToolchainCompilerInfo>(const ToolchainExecutables &)> ToolchainVerificationFunc;
59+
// clang-format on
6060

6161
template<typename T>classToolchainVerify {
6262
public:

0 commit comments

Comments
 (0)

[8]ページ先頭

©2009-2025 Movatter.jp