Depth24Image.st
changeset 3868 e47cf114c824
parent 3866 c01473a90934
child 3872 390fabbc3036
--- a/Depth24Image.st	Tue Apr 29 20:49:19 2003 +0200
+++ b/Depth24Image.st	Tue Apr 29 21:20:22 2003 +0200
@@ -2453,7 +2453,7 @@
 bitsPerRow
     "return the number of bits in one scanline of the image"
 
-    ^  width * 24
+    ^ width * 24
 !
 
 bitsPerSample
@@ -2577,5 +2577,5 @@
 !Depth24Image class methodsFor:'documentation'!
 
 version
-    ^ '$Header: /cvs/stx/stx/libview/Depth24Image.st,v 1.78 2003-04-29 18:45:23 cg Exp $'
+    ^ '$Header: /cvs/stx/stx/libview/Depth24Image.st,v 1.79 2003-04-29 19:20:22 cg Exp $'
 ! !