Skip to content

Commit

Permalink
Fix indentation
Browse files Browse the repository at this point in the history
  • Loading branch information
irydacea committed Oct 26, 2020
1 parent 5b64bd1 commit 0f465fc
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/commandline_options.hpp
Expand Up @@ -38,8 +38,8 @@ class config;

class commandline_options
{
/// To be used for printing help to the commandline.
friend std::ostream& operator<<(std::ostream &os, const commandline_options& cmdline_opts);
/// To be used for printing help to the commandline.
friend std::ostream& operator<<(std::ostream &os, const commandline_options& cmdline_opts);

public:
commandline_options(const std::vector<std::string>& args);
Expand Down

0 comments on commit 0f465fc

Please sign in to comment.