fix warning: no newline at end of file

This commit is contained in:
gustavoromero 2000-11-10 09:55:10 +00:00
commit a1cd1fd3bf
10 changed files with 10 additions and 11 deletions

View file

@ -1,4 +1,3 @@
#include <utils/eoParser.h>
#include <utils/eoState.h>
#include <utils/eoUpdater.h>
@ -6,4 +5,4 @@
#include <utils/eoFileMonitor.h>
#include <utils/eoStdoutMonitor.h>
#include <utils/eoCheckPoint.h>
#include <utils/eoStat.h>
#include <utils/eoStat.h>

View file

@ -53,4 +53,4 @@ protected :
std::vector<const eoParam*> vec;
};
#endif
#endif