Fix uncrustify error

This commit is contained in:
Christophe Bedard 2019-08-16 10:27:26 +02:00
parent e0ba62849a
commit 9a40af6220
2 changed files with 4 additions and 8 deletions

View file

@ -70,10 +70,8 @@ private:
int main(int argc, char * argv[])
{
bool do_only_one = true;
for (int i = 0; i < argc; ++i)
{
if (strncmp(argv[i], "do_more", 7) == 0)
{
for (int i = 0; i < argc; ++i) {
if (strncmp(argv[i], "do_more", 7) == 0) {
do_only_one = false;
}
}

View file

@ -59,10 +59,8 @@ private:
int main(int argc, char * argv[])
{
bool do_only_one = true;
for (int i = 0; i < argc; ++i)
{
if (strncmp(argv[i], "do_more", 7) == 0)
{
for (int i = 0; i < argc; ++i) {
if (strncmp(argv[i], "do_more", 7) == 0) {
do_only_one = false;
}
}