]> git.tdb.fi Git - libs/core.git/blobdiff - source/core/except.h
Style updates
[libs/core.git] / source / core / except.h
index 6d34d4bd48d9309042c8f7fe6e6d9eb401053e2c..a58b3ca9c0c9480b14560a36a160aa247be42542 100644 (file)
@@ -77,7 +77,7 @@ private:
        bool brief;
 
 public:
-       UsageError(const std::string &r, bool b=true): Exception(r), brief(b) { }
+       UsageError(const std::string &r, bool b = true): Exception(r), brief(b) { }
        bool get_brief() const { return brief; }
 };