Skip to content

Commit

Permalink
Normalize include guard in catch_config_ucnaught_exceptions.hpp
Browse files Browse the repository at this point in the history
  • Loading branch information
horenmar committed Nov 6, 2020
1 parent dd56529 commit f97436a
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions src/catch2/internal/catch_config_uncaught_exceptions.hpp
Original file line number Diff line number Diff line change
Expand Up @@ -14,8 +14,8 @@
* in C++17, we want to use `std::uncaught_exceptions` if possible.
*/

#ifndef CATCH_CONFIG_UNCAUGHT_EXCEPTIONS_HPP
#define CATCH_CONFIG_UNCAUGHT_EXCEPTIONS_HPP
#ifndef CATCH_CONFIG_UNCAUGHT_EXCEPTIONS_HPP_INCLUDED
#define CATCH_CONFIG_UNCAUGHT_EXCEPTIONS_HPP_INCLUDED

#if defined(_MSC_VER)
# if _MSC_VER >= 1900 // Visual Studio 2015 or newer
Expand All @@ -41,4 +41,4 @@
#endif


#endif // CATCH_CONFIG_UNCAUGHT_EXCEPTIONS_HPP
#endif // CATCH_CONFIG_UNCAUGHT_EXCEPTIONS_HPP_INCLUDED

0 comments on commit f97436a

Please sign in to comment.