From 5b57ebe38b9551f1c8eb76be93b81fd1f408d6da Mon Sep 17 00:00:00 2001 From: Davide Beatrici Date: Mon, 8 Jun 2020 03:06:56 +0200 Subject: src/Qt4Compat.h: add newline at end of file The missing newline caused our Linux Ermine build to fail: In file included from ../../src/Utils.h:14, from murmur_pch.h:95: ../../src/Qt4Compat.h:17:7: error: no newline at end of file --- src/Qt4Compat.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/Qt4Compat.h b/src/Qt4Compat.h index 32d185b33..f37d07998 100644 --- a/src/Qt4Compat.h +++ b/src/Qt4Compat.h @@ -14,4 +14,4 @@ inline QString escape(const QString &plain) { } -#endif \ No newline at end of file +#endif -- cgit v1.2.3