From 95beec3f3d9c06cd015eea01b9c3608237ae102c Mon Sep 17 00:00:00 2001 From: David Robillard Date: Wed, 21 Oct 2020 15:00:07 +0200 Subject: Cleanup: Use consistent style for preprocessor conditionals --- include/pugl/pugl.hpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'include/pugl/pugl.hpp') diff --git a/include/pugl/pugl.hpp b/include/pugl/pugl.hpp index 9709e51..8fc479f 100644 --- a/include/pugl/pugl.hpp +++ b/include/pugl/pugl.hpp @@ -723,4 +723,4 @@ private: @} */ -#endif /* PUGL_PUGL_HPP */ +#endif // PUGL_PUGL_HPP -- cgit v1.2.1