1
0
Fork 0
mirror of https://github.com/eclipse-cdt/cdt synced 2025-06-08 10:16:03 +02:00

Cosmetics.

This commit is contained in:
Sergey Prigogin 2010-05-10 20:31:34 +00:00
parent cdac2a8ed0
commit a39e7b7bd6

View file

@ -347,7 +347,7 @@ public class IndexLocationTest extends BaseTestCase {
}
private void deleteOnTearDown(ICProject cproject) {
if (cproject!=null) {
if (cproject != null) {
projects.add(cproject);
}
}