Skip to content

Commit

Permalink
Fix whitespace
Browse files Browse the repository at this point in the history
  • Loading branch information
argilo committed Nov 1, 2020
1 parent df7d3a7 commit d20c7b4
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/applications/gqrx/main.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -181,7 +181,7 @@ int main(int argc, char *argv[])
return_code = app.exec();
}
else
{
{
return_code = 1;
}
}
Expand All @@ -200,7 +200,7 @@ int main(int argc, char *argv[])
Pa_Terminate();
#endif

return return_code;
return return_code;
}

/** Reset configuration file specified by file_name. */
Expand Down

0 comments on commit d20c7b4

Please sign in to comment.