mirror of
https://github.com/dolphin-emu/dolphin.git
synced 2025-07-28 19:58:53 +00:00
Reformat repo to clang-format 7.0 rules
This commit is contained in:
parent
d347867f2e
commit
ff972e3673
208 changed files with 311 additions and 309 deletions
|
@ -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
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue