From a39e7b7bd63025fccdc2bb651f233dbf13f8ea62 Mon Sep 17 00:00:00 2001 From: Sergey Prigogin Date: Mon, 10 May 2010 20:31:34 +0000 Subject: [PATCH] Cosmetics. --- .../org/eclipse/cdt/internal/index/tests/IndexLocationTest.java | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/core/org.eclipse.cdt.core.tests/parser/org/eclipse/cdt/internal/index/tests/IndexLocationTest.java b/core/org.eclipse.cdt.core.tests/parser/org/eclipse/cdt/internal/index/tests/IndexLocationTest.java index 25c58127387..003f69c3ad6 100644 --- a/core/org.eclipse.cdt.core.tests/parser/org/eclipse/cdt/internal/index/tests/IndexLocationTest.java +++ b/core/org.eclipse.cdt.core.tests/parser/org/eclipse/cdt/internal/index/tests/IndexLocationTest.java @@ -347,7 +347,7 @@ public class IndexLocationTest extends BaseTestCase { } private void deleteOnTearDown(ICProject cproject) { - if (cproject!=null) { + if (cproject != null) { projects.add(cproject); } }