From d9aa870e5d509cc7309ab82dd102a937ab58613a Mon Sep 17 00:00:00 2001 From: Unit 193 Date: Thu, 9 Feb 2017 04:36:04 -0500 Subject: Imported Upstream version 3.1.1+dfsg1 --- Plugins/SqlEnterpriseFormatter/formatstatement.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'Plugins/SqlEnterpriseFormatter/formatstatement.h') diff --git a/Plugins/SqlEnterpriseFormatter/formatstatement.h b/Plugins/SqlEnterpriseFormatter/formatstatement.h index 427efe9..171b2a2 100644 --- a/Plugins/SqlEnterpriseFormatter/formatstatement.h +++ b/Plugins/SqlEnterpriseFormatter/formatstatement.h @@ -139,7 +139,7 @@ class FormatStatement markAndKeepIndent(indentName); bool first = true; - foreach (T* stmt, stmtList) + for (T* stmt : stmtList) { if (!first) withSeparator(sep, flags); -- cgit v1.2.3