diff options
author | Mon ouïe <mon.ouie@gmail.com> | 2023-12-01 09:53:13 +0100 |
---|---|---|
committer | Mon ouïe <mon.ouie@gmail.com> | 2023-12-01 09:53:13 +0100 |
commit | c572da9325c58879942c3395ce7d570374022e7f (patch) | |
tree | 6487aa1ae922a9cf84f1bb7efcf6d10fc5273521 /src | |
parent | 71599abcd6090420a4bf2049f213637c3c55724a (diff) |
Whitespace fix
Diffstat (limited to 'src')
-rw-r--r-- | src/main.cpp | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/src/main.cpp b/src/main.cpp index d7553ef..a83048c 100644 --- a/src/main.cpp +++ b/src/main.cpp @@ -1305,8 +1305,8 @@ void CMainApplication::Shutdown() SDL_Quit(); - if (overlay_xdo) - xdo_free(overlay_xdo); + if (overlay_xdo) + xdo_free(overlay_xdo); if (x_display) XCloseDisplay(x_display); |