aboutsummaryrefslogtreecommitdiffstats
path: root/doc/examples/rng_test.cpp
diff options
context:
space:
mode:
authorlloyd <[email protected]>2008-10-01 15:35:01 +0000
committerlloyd <[email protected]>2008-10-01 15:35:01 +0000
commit909389b209d97ac3d7f83d76abef9cf943e7e9c7 (patch)
tree4cbb88cb974873b88ef2fd1ff7be0df4f8cddc4f /doc/examples/rng_test.cpp
parentaaf7a6e172deab17dfffe442b896ccfc178b7318 (diff)
Line wrap
Diffstat (limited to 'doc/examples/rng_test.cpp')
-rw-r--r--doc/examples/rng_test.cpp3
1 files changed, 2 insertions, 1 deletions
diff --git a/doc/examples/rng_test.cpp b/doc/examples/rng_test.cpp
index 0cf7bd7fc..caefba6cd 100644
--- a/doc/examples/rng_test.cpp
+++ b/doc/examples/rng_test.cpp
@@ -109,7 +109,8 @@ int main()
}
-std::vector<std::pair<std::string, std::string> > read_file(const std::string& fsname)
+std::vector<std::pair<std::string, std::string> >
+read_file(const std::string& fsname)
{
std::ifstream in(fsname.c_str());