mirror of
https://github.com/dolphin-emu/dolphin.git
synced 2025-07-23 06:09:50 -06:00
Reformat repo to clang-format 7.0 rules
This commit is contained in:
@ -10,7 +10,7 @@ namespace optparse
|
||||
{
|
||||
class OptionParser;
|
||||
class Values;
|
||||
}
|
||||
} // namespace optparse
|
||||
|
||||
namespace CommandLineParse
|
||||
{
|
||||
@ -24,4 +24,4 @@ std::unique_ptr<optparse::OptionParser> CreateParser(ParserOptions options);
|
||||
optparse::Values& ParseArguments(optparse::OptionParser* parser, int argc, char** argv);
|
||||
optparse::Values& ParseArguments(optparse::OptionParser* parser,
|
||||
const std::vector<std::string>& arguments);
|
||||
}
|
||||
} // namespace CommandLineParse
|
||||
|
Reference in New Issue
Block a user