ImageReader.st
changeset 3868 e47cf114c824
parent 3843 57d7f752c63b
child 3932 afa76a9c32eb
--- a/ImageReader.st	Tue Apr 29 20:49:19 2003 +0200
+++ b/ImageReader.st	Tue Apr 29 21:20:22 2003 +0200
@@ -1870,7 +1870,7 @@
 bitsPerRow
     "return the number of bits in one scanline of the image"
 
-    ^  width * (self bitsPerPixel).
+    ^ width * (self bitsPerPixel).
 
     "Created: 31.1.1997 / 10:38:42 / cg"
 !
@@ -2206,5 +2206,5 @@
 !ImageReader class methodsFor:'documentation'!
 
 version
-    ^ '$Header: /cvs/stx/stx/libview/ImageReader.st,v 1.80 2003-04-10 14:25:49 cg Exp $'
+    ^ '$Header: /cvs/stx/stx/libview/ImageReader.st,v 1.81 2003-04-29 19:20:17 cg Exp $'
 ! !