Commit 437dbab140cb1618cc9ba1d13087cedfd2621c15
1 parent
fd09c12e
Fix style
Showing
1 changed file
with
0 additions
and
2 deletions
include/CLI/Version.hpp
| @@ -3,7 +3,6 @@ | @@ -3,7 +3,6 @@ | ||
| 3 | // Distributed under the 3-Clause BSD License. See accompanying | 3 | // Distributed under the 3-Clause BSD License. See accompanying |
| 4 | // file LICENSE or https://github.com/CLIUtils/CLI11 for details. | 4 | // file LICENSE or https://github.com/CLIUtils/CLI11 for details. |
| 5 | 5 | ||
| 6 | - | ||
| 7 | namespace CLI { | 6 | namespace CLI { |
| 8 | 7 | ||
| 9 | // Note that all code in CLI11 must be in a namespace, even if it just a define. | 8 | // Note that all code in CLI11 must be in a namespace, even if it just a define. |
| @@ -13,5 +12,4 @@ namespace CLI { | @@ -13,5 +12,4 @@ namespace CLI { | ||
| 13 | #define CLI11_VERSION_PATCH 0 | 12 | #define CLI11_VERSION_PATCH 0 |
| 14 | #define CLI11_VERSION "1.3.0" | 13 | #define CLI11_VERSION "1.3.0" |
| 15 | 14 | ||
| 16 | - | ||
| 17 | } // namespace CLI | 15 | } // namespace CLI |