aboutsummaryrefslogtreecommitdiffhomepage
path: root/src/events/Popups.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/events/Popups.cpp
parent190229942f60ea5b8905a673ddea44c05da14de3 (diff)
downloadHyprland-bf3f519eb76bfa8d5f7d71f882b7b803c699aee1.tar.gz
Hyprland-bf3f519eb76bfa8d5f7d71f882b7b803c699aee1.zip
Remove trailing whitespace.
Diffstat (limited to 'src/events/Popups.cpp')
-rw-r--r--src/events/Popups.cpp4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/events/Popups.cpp b/src/events/Popups.cpp
index d5eb9513..74865f95 100644
--- a/src/events/Popups.cpp
+++ b/src/events/Popups.cpp
@@ -120,7 +120,7 @@ void Events::listener_newPopupFromPopupXDG(void* owner, void* data) {
SXDGPopup* PPOPUP = (SXDGPopup*)owner;
ASSERT(PPOPUP);
-
+
if (PPOPUP->parentWindow)
Debug::log(LOG, "New popup created from XDG Window popup %x -> %s", PPOPUP, PPOPUP->parentWindow->m_szTitle.c_str());
else
@@ -201,4 +201,4 @@ void Events::listener_destroyPopupXDG(void* owner, void* data) {
}
g_pCompositor->m_vXDGPopups.erase(std::remove_if(g_pCompositor->m_vXDGPopups.begin(), g_pCompositor->m_vXDGPopups.end(), [&](std::unique_ptr<SXDGPopup>& el) { return el.get() == PPOPUP; }));
-} \ No newline at end of file
+}