mirror of
https://github.com/eclipse-cdt/cdt
synced 2025-08-11 02:05:39 +02:00
Cosmetics.
This commit is contained in:
parent
221b77a28e
commit
96d87270a5
1 changed files with 24 additions and 23 deletions
|
@ -105,7 +105,8 @@ public class ObjectSet<T> extends ObjectTable<T> {
|
||||||
return;
|
return;
|
||||||
|
|
||||||
for (T obj : objs) {
|
for (T obj : objs) {
|
||||||
if( obj != null ) add( obj );
|
if (obj != null)
|
||||||
|
add(obj);
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
Loading…
Add table
Reference in a new issue