From 930f82cd5b678b804e39e3ea62255a3ff711aafc Mon Sep 17 00:00:00 2001 From: ThePhD Date: Sun, 9 Jul 2017 12:59:28 -0400 Subject: [PATCH] missed some comment markers --- sol/forward.hpp | 2 +- sol/variadic_results.hpp | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/sol/forward.hpp b/sol/forward.hpp index b3b82b79..a72575c6 100644 --- a/sol/forward.hpp +++ b/sol/forward.hpp @@ -95,4 +95,4 @@ namespace sol { } // sol -#endif SOL_FORWARD_HPP +#endif // SOL_FORWARD_HPP diff --git a/sol/variadic_results.hpp b/sol/variadic_results.hpp index 7fe3a3d3..a4f7fb96 100644 --- a/sol/variadic_results.hpp +++ b/sol/variadic_results.hpp @@ -48,4 +48,4 @@ namespace sol { } // sol -#endif SOL_VARIADIC_RESULTS_HPP +#endif // SOL_VARIADIC_RESULTS_HPP