mirror of
				https://github.com/theoludwig/libcproject.git
				synced 2025-05-21 23:21:15 +02:00 
			
		
		
		
	style: fix linting
This commit is contained in:
		| @@ -224,7 +224,7 @@ void string_get_formatted_number_test() { | ||||
| void string_get_last_occurence_of_character_test() { | ||||
|   string_t string = "abcdef"; | ||||
|  | ||||
|   char *result = string_get_last_occurence_of_character(string, 'a'); | ||||
|   char* result = string_get_last_occurence_of_character(string, 'a'); | ||||
|   assert(assert_string_equal(result, "abcdef")); | ||||
|   free(result); | ||||
|  | ||||
|   | ||||
		Reference in New Issue
	
	Block a user