Boost logo

Boost-Commit :

From: john_at_[hidden]
Date: 2007-08-03 12:54:42


Author: johnmaddock
Date: 2007-08-03 12:54:31 EDT (Fri, 03 Aug 2007)
New Revision: 38421
URL: http://svn.boost.org/trac/boost/changeset/38421

Log:
Make sure file ends in newline or else gcc complains
Text files modified:
   sandbox/math_toolkit/libs/math/example/f_test.cpp | 3 ++-
   1 files changed, 2 insertions(+), 1 deletions(-)

Modified: sandbox/math_toolkit/libs/math/example/f_test.cpp
==============================================================================
--- sandbox/math_toolkit/libs/math/example/f_test.cpp (original)
+++ sandbox/math_toolkit/libs/math/example/f_test.cpp 2007-08-03 12:54:31 EDT (Fri, 03 Aug 2007)
@@ -180,4 +180,5 @@
 Standard deviation 1 is less than standard deviation 2 REJECTED
 Standard deviation 1 is greater than standard deviation 2 NOT REJECTED
 
-*/
\ 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