summaryrefslogtreecommitdiff
path: root/Userland/Libraries/LibGfx/Size.cpp
diff options
context:
space:
mode:
authorAndreas Kling <kling@serenityos.org>2021-06-16 19:21:42 +0200
committerAndreas Kling <kling@serenityos.org>2021-06-16 21:53:10 +0200
commit243dfb3bdc31900077a6e849697bba0ca9b4c190 (patch)
tree38997e583fc6aebd201de158c91e4d2dc99cda46 /Userland/Libraries/LibGfx/Size.cpp
parentbd9096c97d1f68919c445d8b5070aaed801fc77c (diff)
downloadserenity-243dfb3bdc31900077a6e849697bba0ca9b4c190.zip
LibGfx: Add a bunch of [[nodiscard]] to Size
Diffstat (limited to 'Userland/Libraries/LibGfx/Size.cpp')
-rw-r--r--Userland/Libraries/LibGfx/Size.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/Userland/Libraries/LibGfx/Size.cpp b/Userland/Libraries/LibGfx/Size.cpp
index 8d25838a48..28be84125a 100644
--- a/Userland/Libraries/LibGfx/Size.cpp
+++ b/Userland/Libraries/LibGfx/Size.cpp
@@ -1,5 +1,5 @@
/*
- * Copyright (c) 2020, Andreas Kling <kling@serenityos.org>
+ * Copyright (c) 2020-2021, Andreas Kling <kling@serenityos.org>
*
* SPDX-License-Identifier: BSD-2-Clause
*/