From 4643e3384cb6a844aa7817c489c068f6fcd63e22 Mon Sep 17 00:00:00 2001 From: Iain Patterson Date: Mon, 23 Feb 2015 21:17:58 +0000 Subject: [PATCH] Formatting. --- env.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/env.cpp b/env.cpp index 063b60f..9945d20 100644 --- a/env.cpp +++ b/env.cpp @@ -86,7 +86,7 @@ static int set_environment_block(TCHAR *env, bool set) { else { if (! SetEnvironmentVariable(s, NULL)) ret++; } - for (t++ ; *t; t++); + for (t++; *t; t++); } s = t; } -- 2.20.1