From 66a214650bfb018e692259f0d40ce32c2bbc959a Mon Sep 17 00:00:00 2001 From: Angelos Mantzaflaris Date: Thu, 7 Dec 2017 23:53:13 +0100 Subject: [PATCH] shorten if statement and add brackets --- exprtk.hpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/exprtk.hpp b/exprtk.hpp index fcfdd2e..3535ca0 100644 --- a/exprtk.hpp +++ b/exprtk.hpp @@ -1,5 +1,5 @@ /* -g ****************************************************************** + ****************************************************************** * C++ Mathematical Expression Toolkit Library * * * * Author: Arash Partow (1999-2017) *