Skip to content

Commit

Permalink
fix identation
Browse files Browse the repository at this point in the history
  • Loading branch information
ThyWoof committed Jul 20, 2019
1 parent 5375db3 commit 2185618
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/nswnifopt.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -341,8 +341,8 @@ int main(int argc, char* argv[], char* const envp[])
}
catch (const cxxopts::OptionException& e)
{
std::cout << "error parsing options: " << e.what() << std::endl << std::endl << options.help() << std::endl;
exit(1);
std::cout << "error parsing options: " << e.what() << std::endl << std::endl << options.help() << std::endl;
exit(1);
}

NifFile nif;
Expand Down

0 comments on commit 2185618

Please sign in to comment.