compiler/PPCConfiguration.st
changeset 502 1e45d3c96ec5
parent 464 f6d77fee9811
child 515 b5316ef15274
--- a/compiler/PPCConfiguration.st	Thu May 21 14:12:22 2015 +0100
+++ b/compiler/PPCConfiguration.st	Fri Jul 24 15:06:54 2015 +0100
@@ -32,8 +32,8 @@
 !PPCConfiguration methodsFor:'accessing'!
 
 arguments
- 	arguments isNil ifTrue: [ arguments := self defaultArguments ].
-	^ arguments
+ 		arguments isNil ifTrue: [ arguments := self defaultArguments ].
+		^ arguments
 !
 
 arguments: args
@@ -41,7 +41,7 @@
 !
 
 defaultArguments
- 	^ PPCArguments default
+ 		^ PPCArguments default
 !
 
 input: whatever