mirror of
https://github.com/ethereum/solidity
synced 2023-10-03 13:03:40 +00:00
[solc] CommandLineParser: Fix Coding style error.
This commit is contained in:
parent
66368177ed
commit
3de13c4d21
@ -657,8 +657,8 @@ General Information)").c_str(),
|
|||||||
(
|
(
|
||||||
g_strImportAst.c_str(),
|
g_strImportAst.c_str(),
|
||||||
("Import ASTs to be compiled, assumes input holds the AST in compact JSON format. "
|
("Import ASTs to be compiled, assumes input holds the AST in compact JSON format. "
|
||||||
"Supported Inputs is the output of the --" + g_strStandardJSON + " or the one produced by "
|
"Supported Inputs is the output of the --" + g_strStandardJSON + " or the one produced by "
|
||||||
"--" + g_strCombinedJson + " " + CombinedJsonRequests::componentName(&CombinedJsonRequests::ast)).c_str()
|
"--" + g_strCombinedJson + " " + CombinedJsonRequests::componentName(&CombinedJsonRequests::ast)).c_str()
|
||||||
)
|
)
|
||||||
(
|
(
|
||||||
g_strImportEvmAssemblerJson.c_str(),
|
g_strImportEvmAssemblerJson.c_str(),
|
||||||
|
Loading…
Reference in New Issue
Block a user