Removed tabs and replaced with spaces. Changed layout for "else if"
This commit is contained in:
@@ -303,16 +303,14 @@ void ProcessArguments(int argc, char* argv[])
|
|||||||
} else if (lowerword == "no-storage-format" || // synonyms
|
} else if (lowerword == "no-storage-format" || // synonyms
|
||||||
lowerword == "nsf") {
|
lowerword == "nsf") {
|
||||||
Options |= EOptionNoStorageFormat;
|
Options |= EOptionNoStorageFormat;
|
||||||
}
|
} else if (lowerword == "variable-name" || // synonyms
|
||||||
else if (lowerword == "variable-name" || // synonyms
|
|
||||||
lowerword == "vn") {
|
lowerword == "vn") {
|
||||||
Options |= EOptionOutputHexadecimal;
|
Options |= EOptionOutputHexadecimal;
|
||||||
variableName = argv[1];
|
variableName = argv[1];
|
||||||
if (argc > 0) {
|
if (argc > 0) {
|
||||||
argc--;
|
argc--;
|
||||||
argv++;
|
argv++;
|
||||||
}
|
} else
|
||||||
else
|
|
||||||
Error("no <C-variable-name> provided for --variable-name");
|
Error("no <C-variable-name> provided for --variable-name");
|
||||||
break;
|
break;
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user