Fixing gay formatting.
This commit is contained in:
		
							parent
							
								
									3ff7023b9d
								
							
						
					
					
						commit
						578fe9af27
					
				| @ -18,9 +18,9 @@ void allocate_card(struct card **card) { | ||||
| 
 | ||||
| void initialize_card(struct card *card) { | ||||
|   initialize_frame(card->frame); | ||||
|   card->value   = NO_VALUE; | ||||
|   card->suit    = NO_SUIT; | ||||
|   card->face    = NO_FACE; | ||||
|   card->value = NO_VALUE; | ||||
|   card->suit = NO_SUIT; | ||||
|   card->face = NO_FACE; | ||||
| 
 | ||||
|   return; | ||||
| } | ||||
|  | ||||
		Loading…
	
	
			
			x
			
			
		
	
		Reference in New Issue
	
	Block a user