summaryrefslogtreecommitdiff
path: root/Userland/Libraries/LibDiff/Format.h
diff options
context:
space:
mode:
Diffstat (limited to 'Userland/Libraries/LibDiff/Format.h')
-rw-r--r--Userland/Libraries/LibDiff/Format.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/Userland/Libraries/LibDiff/Format.h b/Userland/Libraries/LibDiff/Format.h
index e0570392ff..888b19555e 100644
--- a/Userland/Libraries/LibDiff/Format.h
+++ b/Userland/Libraries/LibDiff/Format.h
@@ -9,5 +9,5 @@
#include <AK/String.h>
namespace Diff {
-String generate_only_additions(const String&);
+String generate_only_additions(String const&);
};