提交 717c5f56 编写于 作者: E Emilio Escobar 提交者: Oliver Gondža

[JENKINS-28790] NIT: tabulation issue

(cherry picked from commit 5423f695)
上级 f6db6670
......@@ -317,8 +317,8 @@ public class ArgumentListBuilder implements Serializable, Cloneable {
ArgumentListBuilder windowsCommand = new ArgumentListBuilder().add("cmd.exe", "/C");
boolean quoted, percent;
for (int i = 0; i < args.size(); i++) {
StringBuilder quotedArgs = new StringBuilder();
String arg = args.get(i);
StringBuilder quotedArgs = new StringBuilder();
String arg = args.get(i);
quoted = percent = false;
for (int j = 0; j < arg.length(); j++) {
char c = arg.charAt(j);
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册