mirror of
				https://github.com/Ryujinx/Opentk.git
				synced 2025-11-04 04:04:57 +00:00 
			
		
		
		
	Correct keyword spacing in Generator.Bind.
This commit is contained in:
		
							parent
							
								
									6ea763c821
								
							
						
					
					
						commit
						1260fd0a6b
					
				| 
						 | 
				
			
			@ -6,7 +6,7 @@
 | 
			
		|||
    <Rule Id="SA0002" Action="Error" /> <!-- Invalid settings file -->
 | 
			
		||||
 | 
			
		||||
    <!-- Spacing rules -->
 | 
			
		||||
    <Rule Id="SA1000" Action="None" /> <!-- Keywords must be spaced correctly -->
 | 
			
		||||
    <Rule Id="SA1000" Action="Error" /> <!-- Keywords must be spaced correctly -->
 | 
			
		||||
    <Rule Id="SA1001" Action="None" /> <!-- Commas must be spaced correctly -->
 | 
			
		||||
    <Rule Id="SA1002" Action="None" /> <!-- Semicolons must be spaced correctly -->
 | 
			
		||||
    <Rule Id="SA1003" Action="None" /> <!-- Symbols must be spaced correctly -->
 | 
			
		||||
| 
						 | 
				
			
			
 | 
			
		|||
		Loading…
	
		Reference in a new issue