$include_dir="/home/hyper-archives/boost-commit/include"; include("$include_dir/msg-header.inc") ?>
Subject: [Boost-commit] svn:boost r82854 - trunk/boost/gil/extension/toolbox/color_converters
From: chhenning_at_[hidden]
Date: 2013-02-13 12:20:19
Author: chhenning
Date: 2013-02-13 12:20:17 EST (Wed, 13 Feb 2013)
New Revision: 82854
URL: http://svn.boost.org/trac/boost/changeset/82854
Log:
Fixed comments for code consistency.
Text files modified: 
   trunk/boost/gil/extension/toolbox/color_converters/gray_to_rgba.hpp     |     2 +-                                      
   trunk/boost/gil/extension/toolbox/color_converters/rgb_to_luminance.hpp |     2 +-                                      
   2 files changed, 2 insertions(+), 2 deletions(-)
Modified: trunk/boost/gil/extension/toolbox/color_converters/gray_to_rgba.hpp
==============================================================================
--- trunk/boost/gil/extension/toolbox/color_converters/gray_to_rgba.hpp	(original)
+++ trunk/boost/gil/extension/toolbox/color_converters/gray_to_rgba.hpp	2013-02-13 12:20:17 EST (Wed, 13 Feb 2013)
@@ -45,5 +45,5 @@
 } // namespace gil
 } // namespace boost
 
-#endif // #define BOOST_GIL_EXTENSION_TOOLBOX_COLOR_CONVERTERS_GRAY_TO_RGBA_HPP
+#endif // BOOST_GIL_EXTENSION_TOOLBOX_COLOR_CONVERTERS_GRAY_TO_RGBA_HPP
 
Modified: trunk/boost/gil/extension/toolbox/color_converters/rgb_to_luminance.hpp
==============================================================================
--- trunk/boost/gil/extension/toolbox/color_converters/rgb_to_luminance.hpp	(original)
+++ trunk/boost/gil/extension/toolbox/color_converters/rgb_to_luminance.hpp	2013-02-13 12:20:17 EST (Wed, 13 Feb 2013)
@@ -40,4 +40,4 @@
 } // namespace gil
 } // namespace boost
 
-#endif // #define BOOST_GIL_EXTENSION_TOOLBOX_COLOR_CONVERTERS_RGB_TO_LUMINANCE_HPP
+#endif // BOOST_GIL_EXTENSION_TOOLBOX_COLOR_CONVERTERS_RGB_TO_LUMINANCE_HPP