From 38838f753a0cfab0e8f583e04a0bafb01d9ac231 Mon Sep 17 00:00:00 2001 From: gustavoromero Date: Wed, 8 Nov 2000 13:26:03 +0000 Subject: [PATCH] fix no newline at end of file warning --- eo/src/utils/eoCheckPoint.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/eo/src/utils/eoCheckPoint.h b/eo/src/utils/eoCheckPoint.h index 831a1941..810735ee 100644 --- a/eo/src/utils/eoCheckPoint.h +++ b/eo/src/utils/eoCheckPoint.h @@ -87,4 +87,4 @@ bool eoCheckPoint::operator()(const eoPop& _pop) return cont(_pop); } -#endif \ No newline at end of file +#endif