From 1c91435c2c70011e23e2b7fcccdbce514bc2fb42 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Pawe=C5=82=20Bylica?= Date: Tue, 12 May 2015 09:42:20 +0200 Subject: [PATCH] Style: remove comma. --- libevm/VMFactory.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/libevm/VMFactory.h b/libevm/VMFactory.h index 777bb8cd1..d50b1aa3b 100644 --- a/libevm/VMFactory.h +++ b/libevm/VMFactory.h @@ -27,7 +27,7 @@ enum class VMKind { Interpreter, JIT, - Smart, + Smart }; class VMFactory