8000 Replace spaces with tab. · Dadie/docopt.cpp@b88d09b · GitHub
[go: up one dir, main page]

Skip to content

Commit b88d09b

Browse files
committed
Replace spaces with tab.
1 parent 08a8af8 commit b88d09b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docopt.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -67,7 +67,7 @@ namespace docopt {
6767
/// @throws DocoptExitHelp if 'help' is true and the user has passed the '--help' argument
6868
/// @throws DocoptExitVersion if 'version' is true and the user has passed the '--version' argument
6969
/// @throws DocoptArgumentError if the user's argv did not match the usage patterns
70-
std::map<std::string, value> DOCOPT_API docopt_parse(std::string const& doc,
70+
std::map<std::string, value> DOCOPT_API docopt_parse(std::string const& doc,
7171
std::vector<std::string> const& argv,
7272
bool help = true,
7373
bool version = true,

0 commit comments

Comments
 (0)
0