Skip to content

Commit

Permalink
Whitespace cleanup
Browse files Browse the repository at this point in the history
  • Loading branch information
qris committed Jul 5, 2017
1 parent 3f840db commit 71b061c
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions bin/bbstoreaccounts/bbstoreaccounts.cpp
Expand Up @@ -105,7 +105,7 @@ int main(int argc, const char *argv[])
Logging::OptionParser log_level;
bool machineReadableOutput = false;
bool amazon_S3_mode = false;

// See if there's another entry on the command line
int c;
std::string options = Logging::OptionParser::GetOptionString() + "3c:m";
Expand All @@ -121,7 +121,7 @@ int main(int argc, const char *argv[])
// store argument
configFilename = optarg;
break;

case 'm':
// enable machine readable output
machineReadableOutput = true;
Expand Down

0 comments on commit 71b061c

Please sign in to comment.