aboutsummaryrefslogtreecommitdiffstats
path: root/src/before_exit.cpp
diff options
context:
space:
mode:
authorSaturn&Eric <[email protected]>2022-07-23 14:54:51 +0000
committerGitHub <[email protected]>2022-07-23 14:54:51 +0000
commitb244320b2d228189767aa6d59febceb6b64527fb (patch)
tree179d34e2a3e84231fad72c4bbe9f74673d0b74d0 /src/before_exit.cpp
parentMerge pull request #68 from saturneric/develop-2.0.8 (diff)
parentfeat(project): add rpm package support (diff)
downloadGpgFrontend-2.0.9.tar.gz
GpgFrontend-2.0.9.zip
Merge pull request #70 from saturneric/dev/2.0.8/saturnericv2.0.9
Develop 2.0.9.1
Diffstat (limited to '')
-rw-r--r--src/before_exit.cpp4
1 files changed, 1 insertions, 3 deletions
diff --git a/src/before_exit.cpp b/src/before_exit.cpp
index 04e245db..f13649db 100644
--- a/src/before_exit.cpp
+++ b/src/before_exit.cpp
@@ -32,6 +32,4 @@
* @brief Actions performed before exiting the application
*
*/
-void before_exit() {
- LOG(INFO) << "called";
-}
+void before_exit() { LOG(INFO) << "called"; }