mirror of
				https://github.com/janet-lang/janet
				synced 2025-10-31 07:33:01 +00:00 
			
		
		
		
	Update whitespace issue.
This commit is contained in:
		| @@ -40,7 +40,8 @@ static int minarity2(JanetFopts opts, JanetSlot *args) { | ||||
| static int fixarity2(JanetFopts opts, JanetSlot *args) { | ||||
|     (void) opts; | ||||
|     return janet_v_count(args) == 2; | ||||
| }static int fixarity3(JanetFopts opts, JanetSlot *args) { | ||||
| } | ||||
| static int fixarity3(JanetFopts opts, JanetSlot *args) { | ||||
|     (void) opts; | ||||
|     return janet_v_count(args) == 3; | ||||
| } | ||||
|   | ||||
		Reference in New Issue
	
	Block a user
	 Calvin Rose
					Calvin Rose