whitespace cleanup
authorJohn Beppu <john.beppu@liblime.com>
Tue, 3 Feb 2009 22:02:05 +0000 (16:02 -0600)
committerGalen Charlton <galen.charlton@liblime.com>
Wed, 4 Feb 2009 19:56:53 +0000 (13:56 -0600)
Signed-off-by: Daniel Sweeney <daniel.sweeney@liblime.com>
Signed-off-by: Galen Charlton <galen.charlton@liblime.com>
C4/ItemType.pm

index 5c9b663..d15640d 100644 (file)
@@ -88,19 +88,19 @@ sub all {
 
 These are read-only accessors for attributes of a C4::ItemType object.
 
-=head3 $itemtype->itemtype       
+=head3 $itemtype->itemtype
 
-=head3 $itemtype->description    
+=head3 $itemtype->description
 
 =head3 $itemtype->renewalsallowed
 
-=head3 $itemtype->rentalcharge   
+=head3 $itemtype->rentalcharge
 
-=head3 $itemtype->notforloan     
+=head3 $itemtype->notforloan
 
-=head3 $itemtype->imageurl       
+=head3 $itemtype->imageurl
 
-=head3 $itemtype->summary        
+=head3 $itemtype->summary
 
 =cut