fix indentation
This commit is contained in:
		@@ -4,7 +4,9 @@
 | 
				
			|||||||
#include "lfinput.h"
 | 
					#include "lfinput.h"
 | 
				
			||||||
 | 
					
 | 
				
			||||||
void advent2022day03(void) {
 | 
					void advent2022day03(void) {
 | 
				
			||||||
  char *input = get_input("input/2022/03");
 | 
					    size_t sz = 0;
 | 
				
			||||||
  printf("Solution for Day 03 of 2022 is not completed yet\n");
 | 
					    char **input = get_lines("input/2022/03", &sz);
 | 
				
			||||||
  free(input);
 | 
					
 | 
				
			||||||
 | 
					
 | 
				
			||||||
 | 
					    del_lines(input);
 | 
				
			||||||
}
 | 
					}
 | 
				
			||||||
 
 | 
				
			|||||||
		Reference in New Issue
	
	Block a user