Boost logo

Boost-Commit :

From: oryol_at_[hidden]
Date: 2007-09-12 22:28:00


Author: jeremypack
Date: 2007-09-12 22:27:59 EDT (Wed, 12 Sep 2007)
New Revision: 39229
URL: http://svn.boost.org/trac/boost/changeset/39229

Log:
Adding newlines to file endings.

Text files modified:
   sandbox/boost/reflection/constructor.hpp | 2 +-
   sandbox/boost/reflection/factory.hpp | 2 +-
   sandbox/boost/reflection/function.hpp | 2 +-
   sandbox/boost/reflection/generic_constructor.hpp | 2 +-
   sandbox/boost/reflection/instance.hpp | 2 +-
   sandbox/boost/reflection/reflector.hpp | 2 +-
   sandbox/libs/reflection/test/single_param_test.cpp | 2 +-
   7 files changed, 7 insertions(+), 7 deletions(-)

Modified: sandbox/boost/reflection/constructor.hpp
==============================================================================
--- sandbox/boost/reflection/constructor.hpp (original)
+++ sandbox/boost/reflection/constructor.hpp 2007-09-12 22:27:59 EDT (Wed, 12 Sep 2007)
@@ -36,4 +36,4 @@
 BOOST_PP_REPEAT(BOOST_PP_INC(BOOST_EXTENSION_MAX_FUNCTOR_PARAMS), \
                 BOOST_REFLECTION_CONSTRUCTOR_CLASS, _)
 }}
-#endif
\ No newline at end of file
+#endif

Modified: sandbox/boost/reflection/factory.hpp
==============================================================================
--- sandbox/boost/reflection/factory.hpp (original)
+++ sandbox/boost/reflection/factory.hpp 2007-09-12 22:27:59 EDT (Wed, 12 Sep 2007)
@@ -21,4 +21,4 @@
   T (*factory_func_)();
 };
 }}
-#endif
\ No newline at end of file
+#endif

Modified: sandbox/boost/reflection/function.hpp
==============================================================================
--- sandbox/boost/reflection/function.hpp (original)
+++ sandbox/boost/reflection/function.hpp 2007-09-12 22:27:59 EDT (Wed, 12 Sep 2007)
@@ -58,4 +58,4 @@
 BOOST_PP_REPEAT(BOOST_PP_INC(BOOST_EXTENSION_MAX_FUNCTOR_PARAMS), \
                 BOOST_REFLECTION_FUNCTION_CLASS, _)
 }}
-#endif
\ No newline at end of file
+#endif

Modified: sandbox/boost/reflection/generic_constructor.hpp
==============================================================================
--- sandbox/boost/reflection/generic_constructor.hpp (original)
+++ sandbox/boost/reflection/generic_constructor.hpp 2007-09-12 22:27:59 EDT (Wed, 12 Sep 2007)
@@ -17,4 +17,4 @@
   virtual T * create(void ** params) = 0;
 };
 }}
-#endif
\ No newline at end of file
+#endif

Modified: sandbox/boost/reflection/instance.hpp
==============================================================================
--- sandbox/boost/reflection/instance.hpp (original)
+++ sandbox/boost/reflection/instance.hpp 2007-09-12 22:27:59 EDT (Wed, 12 Sep 2007)
@@ -47,4 +47,4 @@
   void (*destructor_)(void *);
 };
 }}
-#endif
\ No newline at end of file
+#endif

Modified: sandbox/boost/reflection/reflector.hpp
==============================================================================
--- sandbox/boost/reflection/reflector.hpp (original)
+++ sandbox/boost/reflection/reflector.hpp 2007-09-12 22:27:59 EDT (Wed, 12 Sep 2007)
@@ -132,4 +132,4 @@
 };
 #undef BOOST_REFLECTION_REFLECTOR_REFLECT_CONSTRUCTOR_FUNCTION
 }}
-#endif
\ No newline at end of file
+#endif

Modified: sandbox/libs/reflection/test/single_param_test.cpp
==============================================================================
--- sandbox/libs/reflection/test/single_param_test.cpp (original)
+++ sandbox/libs/reflection/test/single_param_test.cpp 2007-09-12 22:27:59 EDT (Wed, 12 Sep 2007)
@@ -57,4 +57,4 @@
   function<int> f2 =
     car_reflection.get_function<float>("get_cost");
   BOOST_CHECK_EQUAL(f2(car_instance), 10.0f);*/
-}
\ No newline at end of file
+}


Boost-Commit list run by bdawes at acm.org, david.abrahams at rcn.com, gregod at cs.rpi.edu, cpdaniel at pacbell.net, john at johnmaddock.co.uk