Depth2Image.st
changeset 3868 e47cf114c824
parent 3867 2a620c958987
child 3869 cd40d1912c03
--- a/Depth2Image.st	Tue Apr 29 20:49:19 2003 +0200
+++ b/Depth2Image.st	Tue Apr 29 21:20:22 2003 +0200
@@ -914,7 +914,7 @@
 bitsPerRow
     "return the number of bits in one scanline of the image"
 
-    ^  width * 2
+    ^ width * 2
 !
 
 bytesPerRow
@@ -995,5 +995,5 @@
 !Depth2Image class methodsFor:'documentation'!
 
 version
-    ^ '$Header: /cvs/stx/stx/libview/Depth2Image.st,v 1.45 2003-04-29 18:49:19 cg Exp $'
+    ^ '$Header: /cvs/stx/stx/libview/Depth2Image.st,v 1.46 2003-04-29 19:20:12 cg Exp $'
 ! !