From 5f56e5dfee12db55d80873fc07f71252094f5b75 Mon Sep 17 00:00:00 2001 From: DaanDeMeyer Date: Sat, 21 Apr 2018 21:46:41 +0200 Subject: [PATCH] Fix gcc "backslash-newline at end of file" warning --- src/hash_utils.h | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/src/hash_utils.h b/src/hash_utils.h index b98214483..63084b22a 100644 --- a/src/hash_utils.h +++ b/src/hash_utils.h @@ -40,4 +40,5 @@ inline void hash_combine(std::size_t& seed, const T& v, Rest... rest) { return hash()(static_cast(t)); \ } \ }; \ - } \ No newline at end of file + } +