From 5274d943ec65866089f6764af89205d003a15078 Mon Sep 17 00:00:00 2001 From: Alon Zakai Date: Thu, 29 Nov 2018 12:51:40 -0800 Subject: standardize on 'template<' over 'template <' (i.e., remove a space) (#1782) --- src/cfg/Relooper.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/cfg') diff --git a/src/cfg/Relooper.cpp b/src/cfg/Relooper.cpp index 17bccc451..bdb3f9008 100644 --- a/src/cfg/Relooper.cpp +++ b/src/cfg/Relooper.cpp @@ -29,7 +29,7 @@ namespace CFG { -template static bool contains(const T& container, const U& contained) { +template static bool contains(const T& container, const U& contained) { return !!container.count(contained); } -- cgit v1.2.3