From b545048ac16b708a9e2ee87668133828155bdb2e Mon Sep 17 00:00:00 2001 From: Sebastian Wilzbach Date: Sun, 25 Feb 2018 03:19:47 +0100 Subject: [PATCH] Fix spacing in the README example (#338) [trivial] Fix spacing in the README example merged-on-behalf-of: BBasile --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 7aff4cf..022a98b 100644 --- a/README.md +++ b/README.md @@ -68,7 +68,7 @@ void main(string[] args) // argument list normally getopt(args, "optionOne", &optionOne, "optionTwo", &optionTwo, "optionThree", &optionThree); - // dfmt off + // dfmt off getopt(args, "optionOne", &optionOne, "optionTwo", &optionTwo,