Depth4Image.st
changeset 3868 e47cf114c824
parent 3866 c01473a90934
child 3869 cd40d1912c03
--- a/Depth4Image.st	Tue Apr 29 20:49:19 2003 +0200
+++ b/Depth4Image.st	Tue Apr 29 21:20:22 2003 +0200
@@ -966,7 +966,7 @@
 bitsPerRow
     "return the number of bits in one scanline of the image"
 
-    ^  width * 4
+    ^ width * 4
 !
 
 bytesPerRow
@@ -1027,5 +1027,5 @@
 !Depth4Image class methodsFor:'documentation'!
 
 version
-    ^ '$Header: /cvs/stx/stx/libview/Depth4Image.st,v 1.43 2003-04-29 18:44:54 cg Exp $'
+    ^ '$Header: /cvs/stx/stx/libview/Depth4Image.st,v 1.44 2003-04-29 19:19:49 cg Exp $'
 ! !