diff --git a/.gitignore b/.gitignore index 02153dc..63c6dba 100644 --- a/.gitignore +++ b/.gitignore @@ -412,4 +412,4 @@ healthchecksdb # Backup folder for Package Reference Convert tool in Visual Studio 2017 MigrationBackup/ -# End of https://www.gitignore.io/api/c++,cmake,visualstudio,visualstudiocode \ No newline at end of file +# End of https://www.gitignore.io/api/c++,cmake,visualstudio,visualstudiocode diff --git a/CMakeLists.txt b/CMakeLists.txt index 03bd610..931ef28 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -5,4 +5,4 @@ add_subdirectory(./src/spaic) add_subdirectory(./src/spaic-css) add_subdirectory(./src/spaic-dom) -add_subdirectory(./examples) \ No newline at end of file +add_subdirectory(./examples) diff --git a/LICENSE b/LICENSE index b3f39b3..3253f04 100644 --- a/LICENSE +++ b/LICENSE @@ -18,4 +18,4 @@ FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE -SOFTWARE. \ No newline at end of file +SOFTWARE. diff --git a/examples/CMakeLists.txt b/examples/CMakeLists.txt index ba87e31..3d088b2 100644 --- a/examples/CMakeLists.txt +++ b/examples/CMakeLists.txt @@ -10,4 +10,4 @@ include_directories("../include/") file(GLOB_RECURSE SOURCE_LIST "./*.cpp") set(CMAKE_RUNTIME_OUTPUT_DIRECTORY "../bin") -add_executable(${PROJECT_NAME} ${SOURCE_LIST}) \ No newline at end of file +add_executable(${PROJECT_NAME} ${SOURCE_LIST}) diff --git a/include/spaic-css/CSS.hpp b/include/spaic-css/CSS.hpp index 19e5d06..4194b4a 100644 --- a/include/spaic-css/CSS.hpp +++ b/include/spaic-css/CSS.hpp @@ -6,4 +6,4 @@ namespace spaic { template spaic::css::Stylesheet css(T... params); -} \ No newline at end of file +} diff --git a/include/spaic/Component.hpp b/include/spaic/Component.hpp index a409556..51af79c 100644 --- a/include/spaic/Component.hpp +++ b/include/spaic/Component.hpp @@ -27,4 +27,4 @@ class ComponentBody }; template Component create_component(Props props, StateSet state, Update update, Render render); -} // namespace spaic::comp \ No newline at end of file +} // namespace spaic::comp diff --git a/include/spaic/Message.hpp b/include/spaic/Message.hpp index 4f20512..d6cdef0 100644 --- a/include/spaic/Message.hpp +++ b/include/spaic/Message.hpp @@ -16,4 +16,4 @@ class Message typename std::tuple_element>::type get(); }; -} // namespace spaic::msg \ No newline at end of file +} // namespace spaic::msg diff --git a/include/spaic/State.hpp b/include/spaic/State.hpp index 6377c2a..848e66d 100644 --- a/include/spaic/State.hpp +++ b/include/spaic/State.hpp @@ -11,4 +11,4 @@ class State // todo: T &operator*(); }; -} // namespace spaic::state \ No newline at end of file +} // namespace spaic::state diff --git a/include/spaic/VNode.hpp b/include/spaic/VNode.hpp index aee0e92..bc22a2a 100644 --- a/include/spaic/VNode.hpp +++ b/include/spaic/VNode.hpp @@ -27,4 +27,4 @@ using VNode = std::variant< float, double, long double>; -} // namespace spaic::vnode \ No newline at end of file +} // namespace spaic::vnode diff --git a/src/spaic-css/CMakeLists.txt b/src/spaic-css/CMakeLists.txt index 9a5a95a..4362780 100644 --- a/src/spaic-css/CMakeLists.txt +++ b/src/spaic-css/CMakeLists.txt @@ -10,4 +10,4 @@ include_directories("../../include/") file(GLOB_RECURSE SOURCE_LIST "./*.cpp") set(CMAKE_RUNTIME_OUTPUT_DIRECTORY "../../bin") -add_library(${PROJECT_NAME} STATIC ${SOURCE_LIST}) \ No newline at end of file +add_library(${PROJECT_NAME} STATIC ${SOURCE_LIST}) diff --git a/src/spaic-dom/CMakeLists.txt b/src/spaic-dom/CMakeLists.txt index fec7b36..f6069c3 100644 --- a/src/spaic-dom/CMakeLists.txt +++ b/src/spaic-dom/CMakeLists.txt @@ -10,4 +10,4 @@ include_directories("../../include/") file(GLOB_RECURSE SOURCE_LIST "./*.cpp") set(CMAKE_RUNTIME_OUTPUT_DIRECTORY "../../bin") -add_library(${PROJECT_NAME} STATIC ${SOURCE_LIST}) \ No newline at end of file +add_library(${PROJECT_NAME} STATIC ${SOURCE_LIST}) diff --git a/src/spaic/CMakeLists.txt b/src/spaic/CMakeLists.txt index 815930e..4ce38d1 100644 --- a/src/spaic/CMakeLists.txt +++ b/src/spaic/CMakeLists.txt @@ -10,4 +10,4 @@ include_directories("../../include/") file(GLOB_RECURSE SOURCE_LIST "./*.cpp") set(CMAKE_RUNTIME_OUTPUT_DIRECTORY "../../bin") -add_library(${PROJECT_NAME} STATIC ${SOURCE_LIST}) \ No newline at end of file +add_library(${PROJECT_NAME} STATIC ${SOURCE_LIST})