1
0
mirror of https://github.com/CLIUtils/CLI11.git synced 2025-05-01 13:13:53 +00:00

Fix style

This commit is contained in:
Henry Fredrick Schreiner 2017-12-01 07:34:52 -05:00
parent fd09c12e3b
commit 437dbab140

View File

@ -3,7 +3,6 @@
// Distributed under the 3-Clause BSD License. See accompanying
// file LICENSE or https://github.com/CLIUtils/CLI11 for details.
namespace CLI {
// Note that all code in CLI11 must be in a namespace, even if it just a define.
@ -13,5 +12,4 @@ namespace CLI {
#define CLI11_VERSION_PATCH 0
#define CLI11_VERSION "1.3.0"
} // namespace CLI