Fix style issue
This commit is contained in:
		
				
					committed by
					
						 Hiltjo Posthuma
						Hiltjo Posthuma
					
				
			
			
				
	
			
			
			
						parent
						
							e52319cc7d
						
					
				
				
					commit
					fbae700a3f
				
			
							
								
								
									
										3
									
								
								st.c
									
									
									
									
									
								
							
							
						
						
									
										3
									
								
								st.c
									
									
									
									
									
								
							| @@ -366,7 +366,8 @@ static const char base64_digits[] = { | |||||||
| char | char | ||||||
| base64dec_getc(const char **src) | base64dec_getc(const char **src) | ||||||
| { | { | ||||||
| 	while (**src && !isprint(**src)) (*src)++; | 	while (**src && !isprint(**src)) | ||||||
|  | 		(*src)++; | ||||||
| 	return **src ? *((*src)++) : '=';  /* emulate padding if string ends */ | 	return **src ? *((*src)++) : '=';  /* emulate padding if string ends */ | ||||||
| } | } | ||||||
|  |  | ||||||
|   | |||||||
		Reference in New Issue
	
	Block a user