mirror of
https://github.com/eclipse-cdt/cdt
synced 2025-06-08 18:26:01 +02:00
Cosmetics.
This commit is contained in:
parent
cdac2a8ed0
commit
a39e7b7bd6
1 changed files with 1 additions and 1 deletions
|
@ -347,7 +347,7 @@ public class IndexLocationTest extends BaseTestCase {
|
||||||
}
|
}
|
||||||
|
|
||||||
private void deleteOnTearDown(ICProject cproject) {
|
private void deleteOnTearDown(ICProject cproject) {
|
||||||
if (cproject!=null) {
|
if (cproject != null) {
|
||||||
projects.add(cproject);
|
projects.add(cproject);
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
Loading…
Add table
Reference in a new issue