From 2d5dbf6cfb88dae7d93bf4ab20e5ab478af13a23 Mon Sep 17 00:00:00 2001 From: gustavoromero Date: Wed, 8 Nov 2000 12:55:26 +0000 Subject: [PATCH] fix no newline at end of file warning --- eo/src/apply.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/eo/src/apply.h b/eo/src/apply.h index 234bf771..f376a91e 100644 --- a/eo/src/apply.h +++ b/eo/src/apply.h @@ -41,4 +41,4 @@ void apply(eoUF& _proc, std::vector& _pop) } } -#endif \ No newline at end of file +#endif