diff options
Diffstat (limited to 'src/core/GpgConstants.cpp')
-rw-r--r-- | src/core/GpgConstants.cpp | 5 |
1 files changed, 2 insertions, 3 deletions
diff --git a/src/core/GpgConstants.cpp b/src/core/GpgConstants.cpp index ade003a8..36e03db8 100644 --- a/src/core/GpgConstants.cpp +++ b/src/core/GpgConstants.cpp @@ -1,5 +1,5 @@ /** - * Copyright (C) 2021 Saturneric <[email protected]> + * Copyright (C) 2021-2024 Saturneric <[email protected]> * * This file is part of GpgFrontend. * @@ -28,5 +28,4 @@ #include "core/GpgConstants.h" -namespace GpgFrontend { -} // namespace GpgFrontend +namespace GpgFrontend {} // namespace GpgFrontend |