From df259a9e1db5a1cd3bc1a167b0fed87c23c8cfa8 Mon Sep 17 00:00:00 2001 From: John Maddock Date: Thu, 23 Jul 2009 11:56:59 +0000 Subject: [PATCH] Fix line endings. [SVN r55119] --- example/neg_binom_confidence_limits.cpp | 3 ++- example/policy_eg_1.cpp | 3 ++- tools/generate_test_values.cpp | 3 ++- 3 files changed, 6 insertions(+), 3 deletions(-) diff --git a/example/neg_binom_confidence_limits.cpp b/example/neg_binom_confidence_limits.cpp index 3908a323c..1359038ea 100644 --- a/example/neg_binom_confidence_limits.cpp +++ b/example/neg_binom_confidence_limits.cpp @@ -176,4 +176,5 @@ ___________________________________________ 99.900 0.07921 0.12336 99.990 0.07577 0.12795 99.999 0.07282 0.13206 -*/ \ No newline at end of file +*/ + diff --git a/example/policy_eg_1.cpp b/example/policy_eg_1.cpp index 4950517c9..8b58c4cab 100644 --- a/example/policy_eg_1.cpp +++ b/example/policy_eg_1.cpp @@ -32,4 +32,5 @@ int main() std::cout << "errno = " << errno << std::endl; } -//] \ No newline at end of file +//] + diff --git a/tools/generate_test_values.cpp b/tools/generate_test_values.cpp index b0d09a186..2dcbc3122 100644 --- a/tools/generate_test_values.cpp +++ b/tools/generate_test_values.cpp @@ -29,4 +29,5 @@ int main() r /= root_two; } return 0; -} \ No newline at end of file +} +