diff --git a/app/include/waitui/version.h.in b/app/include/waitui/version.h.in index 572ea5b..e4c6124 100644 --- a/app/include/waitui/version.h.in +++ b/app/include/waitui/version.h.in @@ -33,4 +33,4 @@ #define WAITUI_VERSION_LONG @PROJECT_VERSION_LONG@L -#endif //WAITUI_VERSION_H \ No newline at end of file +#endif //WAITUI_VERSION_H diff --git a/app/project-meta-info.in b/app/project-meta-info.in index 89c0b67..97edc46 100644 --- a/app/project-meta-info.in +++ b/app/project-meta-info.in @@ -1,4 +1,4 @@ -set(project_version 0.0.1) +set(project_version 0.1.1) set(project_description "waitui executable") set(project_homepage "http://example.com") set(project_prerelease "") \ No newline at end of file diff --git a/app/src/main.c b/app/src/main.c index b556a0b..d0b7e25 100644 --- a/app/src/main.c +++ b/app/src/main.c @@ -160,4 +160,4 @@ int main(int argc, char **argv) { waitui_log_debug("waitui execution done"); return result; -} \ No newline at end of file +} diff --git a/library/list/CMakeLists.txt b/library/list/CMakeLists.txt index 6d1a26f..8e83b39 100644 --- a/library/list/CMakeLists.txt +++ b/library/list/CMakeLists.txt @@ -19,4 +19,4 @@ target_sources(list "include/waitui/list_generic_impl.h" ) -target_include_directories(list PUBLIC "include") \ No newline at end of file +target_include_directories(list PUBLIC "include") diff --git a/library/list/include/waitui/list.h b/library/list/include/waitui/list.h index ad4cf0e..006417b 100644 --- a/library/list/include/waitui/list.h +++ b/library/list/include/waitui/list.h @@ -127,4 +127,4 @@ extern void *waitui_list_iter_next(waitui_list_iter *this); */ extern void waitui_list_iter_destroy(waitui_list_iter **this); -#endif//WAITUI_LIST_H \ No newline at end of file +#endif//WAITUI_LIST_H diff --git a/library/list/include/waitui/list_generic.h b/library/list/include/waitui/list_generic.h index 4831768..8a91573 100644 --- a/library/list/include/waitui/list_generic.h +++ b/library/list/include/waitui/list_generic.h @@ -75,4 +75,4 @@ kind##_LIST_ITER_NEXT(type); \ kind##_LIST_ITER_DESTROY(type); -#endif//WAITUI_LIST_GENERIC_H \ No newline at end of file +#endif//WAITUI_LIST_GENERIC_H diff --git a/library/list/include/waitui/list_generic_impl.h b/library/list/include/waitui/list_generic_impl.h index f937726..5bc6867 100644 --- a/library/list/include/waitui/list_generic_impl.h +++ b/library/list/include/waitui/list_generic_impl.h @@ -76,4 +76,4 @@ waitui_list_iter_destroy((waitui_list_iter **) this); \ } -#endif//WAITUI_LIST_GENERIC_IMPL_H \ No newline at end of file +#endif//WAITUI_LIST_GENERIC_IMPL_H diff --git a/library/list/src/list.c b/library/list/src/list.c index 5f2cf71..a21c190 100644 --- a/library/list/src/list.c +++ b/library/list/src/list.c @@ -216,4 +216,4 @@ void waitui_list_iter_destroy(waitui_list_iter **this) { free(*this); *this = NULL; -} \ No newline at end of file +} diff --git a/library/log/include/waitui/log.h b/library/log/include/waitui/log.h index 645c61a..21b37c3 100644 --- a/library/log/include/waitui/log.h +++ b/library/log/include/waitui/log.h @@ -127,4 +127,4 @@ extern int waitui_log_addFile(FILE *file, waitui_log_level level); extern void waitui_log_writeLog(waitui_log_level level, const char *file, int line, const char *format, ...); -#endif//WAITUI_LOG_H \ No newline at end of file +#endif//WAITUI_LOG_H diff --git a/library/log/src/log.c b/library/log/src/log.c index 7e6fd2f..268794f 100644 --- a/library/log/src/log.c +++ b/library/log/src/log.c @@ -221,4 +221,4 @@ void waitui_log_writeLog(waitui_log_level level, const char *file, int line, } waitui_log_unlock(); -} \ No newline at end of file +}