diff options
author | Winfidonarleyan <dowlandtop@yandex.com> | 2023-11-19 11:57:37 +0700 |
---|---|---|
committer | GitHub <noreply@github.com> | 2023-11-19 11:57:37 +0700 |
commit | 9ecb85acb5d8b8f71d9d103ea930096c1f4f4816 (patch) | |
tree | c8e98ca33dfe1a555e74c167b46ec64c7c39f34e /src/cmake/macros | |
parent | d55b6753c911cb9c5e1a0121582a0f3d11f170e1 (diff) |
chore(Cleanup): added new lines to the end of files where they are not present (#17774)
Diffstat (limited to 'src/cmake/macros')
-rw-r--r-- | src/cmake/macros/FindGperftools.cmake | 2 | ||||
-rw-r--r-- | src/cmake/macros/GroupSources.cmake | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/src/cmake/macros/FindGperftools.cmake b/src/cmake/macros/FindGperftools.cmake index f35104d2f9..cd990662cf 100644 --- a/src/cmake/macros/FindGperftools.cmake +++ b/src/cmake/macros/FindGperftools.cmake @@ -48,4 +48,4 @@ mark_as_advanced( GPERFTOOLS_PROFILER GPERFTOOLS_TCMALLOC_AND_PROFILER GPERFTOOLS_LIBRARIES - GPERFTOOLS_INCLUDE_DIR)
\ No newline at end of file + GPERFTOOLS_INCLUDE_DIR) diff --git a/src/cmake/macros/GroupSources.cmake b/src/cmake/macros/GroupSources.cmake index ee74bdf39e..29134784d2 100644 --- a/src/cmake/macros/GroupSources.cmake +++ b/src/cmake/macros/GroupSources.cmake @@ -45,4 +45,4 @@ macro(GroupSources dir) endif() endforeach() endif() -endmacro()
\ No newline at end of file +endmacro() |