mirror of
https://github.com/ethereum/solidity
synced 2023-10-03 13:03:40 +00:00
better alignment of global string constants
This commit is contained in:
parent
dfff581057
commit
a6fd19c8f3
@ -50,13 +50,13 @@ namespace solidity
|
||||
|
||||
// LTODO: Maybe some argument class pairing names with
|
||||
// extensions and other attributes would be a better choice here?
|
||||
static string const g_argAbiStr = "abi";
|
||||
static string const g_argAsmStr = "asm";
|
||||
static string const g_argAstStr = "ast";
|
||||
static string const g_argBinaryStr = "binary";
|
||||
static string const g_argOpcodesStr = "opcodes";
|
||||
static string const g_argNatspecDevStr = "natspec-dev";
|
||||
static string const g_argNatspecUserStr = "natspec-user";
|
||||
static string const g_argAbiStr = "abi";
|
||||
static string const g_argAsmStr = "asm";
|
||||
static string const g_argAstStr = "ast";
|
||||
static string const g_argBinaryStr = "binary";
|
||||
static string const g_argOpcodesStr = "opcodes";
|
||||
static string const g_argNatspecDevStr = "natspec-dev";
|
||||
static string const g_argNatspecUserStr = "natspec-user";
|
||||
|
||||
static void version()
|
||||
{
|
||||
|
Loading…
Reference in New Issue
Block a user