Removed unnecessary whitespace

This commit is contained in:
Will Boyd 2015-11-08 16:11:15 -05:00
parent a11ccce8a3
commit 0360983ecd

View file

@ -34,7 +34,6 @@ module list_header
type(ListElemChar), pointer :: prev => null()
end type ListElemChar
!===============================================================================
! LIST* types contain the linked list with convenience methods. We originally
! considered using unlimited polymorphism to provide a single type, but compiler