From d01334905266f1ffa103736723a32bd418f875ac Mon Sep 17 00:00:00 2001 From: PJ Fanning Date: Sun, 20 Mar 2022 10:26:05 +0000 Subject: use spaces for indents git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1899082 13f79535-47bb-0310-9956-ffa450edef68 --- .../src/test/java/org/apache/poi/stress/TestAllFiles.java | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) (limited to 'poi-integration') diff --git a/poi-integration/src/test/java/org/apache/poi/stress/TestAllFiles.java b/poi-integration/src/test/java/org/apache/poi/stress/TestAllFiles.java index d487fffe06..8c94027459 100644 --- a/poi-integration/src/test/java/org/apache/poi/stress/TestAllFiles.java +++ b/poi-integration/src/test/java/org/apache/poi/stress/TestAllFiles.java @@ -135,11 +135,11 @@ public class TestAllFiles { final List result = new ArrayList<>(100); for (String file : scanner.getIncludedFiles()) { - // avoid running on files leftover from previous failed runs - // or being created by tests run in parallel - if(file.endsWith("-saved.xls") || file.endsWith("TestHPSFWritingFunctionality.doc")) { - continue; - } + // avoid running on files leftover from previous failed runs + // or being created by tests run in parallel + if(file.endsWith("-saved.xls") || file.endsWith("TestHPSFWritingFunctionality.doc")) { + continue; + } for (FileHandlerKnown handler : sm.getHandler(file)) { ExcInfo info1 = sm.getExcInfo(file, testName, handler); -- cgit v1.2.3