diff --git a/src/main.cpp b/src/main.cpp index f3519b7..187a582 100644 --- a/src/main.cpp +++ b/src/main.cpp @@ -1,6 +1,6 @@ -#include +#include -int main (int, char**) { - spdlog::info("shmem version {}", PROJECT_VERSION); +int main(int, char**) { + spdlog::info("shmem version {}", PROJ_VERSION); return 0; } \ No newline at end of file