diff --git a/effects/login/CMakeLists.txt b/effects/login/CMakeLists.txt index a60ad04efb..3ba7ed66cb 100644 --- a/effects/login/CMakeLists.txt +++ b/effects/login/CMakeLists.txt @@ -23,4 +23,4 @@ set( kwin4_effect_builtins_config_sources ${kwin4_effect_builtins_config_sources # .desktop files install( FILES login/login_config.desktop - DESTINATION ${SERVICES_INSTALL_DIR}/kwin ) \ No newline at end of file + DESTINATION ${SERVICES_INSTALL_DIR}/kwin ) diff --git a/kcmkwin/kwintabbox/qml/main.qml b/kcmkwin/kwintabbox/qml/main.qml index 7f55ff9b7f..300474b70f 100644 --- a/kcmkwin/kwintabbox/qml/main.qml +++ b/kcmkwin/kwintabbox/qml/main.qml @@ -56,4 +56,4 @@ Item { } visible: true } -} \ No newline at end of file +}