2
0
mirror of https://github.com/boostorg/math.git synced 2026-01-19 04:22:09 +00:00

Fix line endings.

[SVN r55119]
This commit is contained in:
John Maddock
2009-07-23 11:56:59 +00:00
parent ddc103f0cd
commit df259a9e1d
3 changed files with 6 additions and 3 deletions

View File

@@ -176,4 +176,5 @@ ___________________________________________
99.900 0.07921 0.12336
99.990 0.07577 0.12795
99.999 0.07282 0.13206
*/
*/

View File

@@ -32,4 +32,5 @@ int main()
std::cout << "errno = " << errno << std::endl;
}
//]
//]

View File

@@ -29,4 +29,5 @@ int main()
r /= root_two;
}
return 0;
}
}