diff --git a/sources/ewol/config.cpp b/sources/ewol/config.cpp index 68be17e8..c3efffd0 100644 --- a/sources/ewol/config.cpp +++ b/sources/ewol/config.cpp @@ -50,4 +50,7 @@ etk::UString& ewol::config::FontGetDefaultName(void) int32_t ewol::config::FontGetDefaultSize(void) { return l_fontConfigSize; -} \ No newline at end of file +} + + + diff --git a/sources/ewol/game/MeshObject.h b/sources/ewol/game/MeshObject.h index e7c8b10b..9be0e914 100644 --- a/sources/ewol/game/MeshObject.h +++ b/sources/ewol/game/MeshObject.h @@ -30,4 +30,6 @@ namespace game }; -#endif \ No newline at end of file +#endif + + diff --git a/sources/ewol/renderer/os/gui.Windows.cpp b/sources/ewol/renderer/os/gui.Windows.cpp index ad2b6eb8..cdd41713 100644 --- a/sources/ewol/renderer/os/gui.Windows.cpp +++ b/sources/ewol/renderer/os/gui.Windows.cpp @@ -177,15 +177,6 @@ int guiInterface::main(int argc, const char *argv[]) for (int32_t iii=0; iii