summaryrefslogtreecommitdiff
path: root/cli/options.ixx
diff options
context:
space:
mode:
Diffstat (limited to 'cli/options.ixx')
-rw-r--r--cli/options.ixx12
1 files changed, 6 insertions, 6 deletions
diff --git a/cli/options.ixx b/cli/options.ixx
index 0ca4c9e..7ec5579 100644
--- a/cli/options.ixx
+++ b/cli/options.ixx
@@ -100,18 +100,18 @@ version () const
return version_;
}
-inline bool const& options::
-suppress_inline () const
-{
- return suppress_inline_;
-}
-
inline std::string const& options::
output_dir () const
{
return output_dir_;
}
+inline bool const& options::
+suppress_inline () const
+{
+ return suppress_inline_;
+}
+
inline std::string const& options::
hxx_suffix () const
{