Fix spacing in the README example (#338)
[trivial] Fix spacing in the README example merged-on-behalf-of: BBasile <BBasile@users.noreply.github.com>
This commit is contained in:
parent
4f7f37d664
commit
b545048ac1
|
@ -68,7 +68,7 @@ void main(string[] args)
|
||||||
// argument list normally
|
// argument list normally
|
||||||
getopt(args, "optionOne", &optionOne, "optionTwo", &optionTwo, "optionThree", &optionThree);
|
getopt(args, "optionOne", &optionOne, "optionTwo", &optionTwo, "optionThree", &optionThree);
|
||||||
|
|
||||||
// dfmt off
|
// dfmt off
|
||||||
getopt(args,
|
getopt(args,
|
||||||
"optionOne", &optionOne,
|
"optionOne", &optionOne,
|
||||||
"optionTwo", &optionTwo,
|
"optionTwo", &optionTwo,
|
||||||
|
|
Loading…
Reference in New Issue