aboutsummaryrefslogtreecommitdiffhomepage
path: root/src/main.cpp
diff options
context:
space:
mode:
authorFelix Dick <[email protected]>2022-09-25 20:07:48 +0200
committerFelix Dick <[email protected]>2022-09-25 20:07:48 +0200
commitbf3f519eb76bfa8d5f7d71f882b7b803c699aee1 (patch)
tree77126f8d49917fc0bcd44af7859e88fb88d7bfaa /src/main.cpp
parent190229942f60ea5b8905a673ddea44c05da14de3 (diff)
downloadHyprland-bf3f519eb76bfa8d5f7d71f882b7b803c699aee1.tar.gz
Hyprland-bf3f519eb76bfa8d5f7d71f882b7b803c699aee1.zip
Remove trailing whitespace.
Diffstat (limited to 'src/main.cpp')
-rw-r--r--src/main.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/main.cpp b/src/main.cpp
index a7e77a02..122127fd 100644
--- a/src/main.cpp
+++ b/src/main.cpp
@@ -56,7 +56,7 @@ int main(int argc, char** argv) {
// let's init the compositor.
// it initializes basic Wayland stuff in the constructor.
- g_pCompositor = std::make_unique<CCompositor>();
+ g_pCompositor = std::make_unique<CCompositor>();
g_pCompositor->explicitConfigPath = configPath;
Debug::log(LOG, "Hyprland init finished.");