diff options
Diffstat (limited to 'Plugins/SqlEnterpriseFormatter/formatstatement.h')
| -rw-r--r-- | Plugins/SqlEnterpriseFormatter/formatstatement.h | 2 |
1 files changed, 1 insertions, 1 deletions
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); |
