aboutsummaryrefslogtreecommitdiff
path: root/doc/examples/Cwise_lgamma.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'doc/examples/Cwise_lgamma.cpp')
-rw-r--r--doc/examples/Cwise_lgamma.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/doc/examples/Cwise_lgamma.cpp b/doc/examples/Cwise_lgamma.cpp
index f1c4f503e..6bfaccbce 100644
--- a/doc/examples/Cwise_lgamma.cpp
+++ b/doc/examples/Cwise_lgamma.cpp
@@ -6,4 +6,4 @@ int main()
{
Array4d v(0.5,10,0,-1);
std::cout << v.lgamma() << std::endl;
-} \ No newline at end of file
+}