Cleanup Space are now converted into tabs.
This commit is contained in:
parent
fa3cf743f9
commit
6e30a54ead
|
@ -877,7 +877,6 @@ public class LINKED_LIST KEY_GENERIC_TYPE extends ABSTRACT_LIST KEY_GENERIC_TYPE
|
|||
#if TYPE_OBJECT
|
||||
x.value = null;
|
||||
#endif
|
||||
|
||||
if (prev == null) first = next;
|
||||
else {
|
||||
prev.next = next;
|
||||
|
|
Loading…
Reference in New Issue