Skip to content

Commit

Permalink
Clean up the remove_input_spaces.
Browse files Browse the repository at this point in the history
  • Loading branch information
kentlouisetonino committed Jul 31, 2024
1 parent 28bc2ee commit ed1d0d8
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 3 deletions.
2 changes: 0 additions & 2 deletions src/inputs/remove_input_spaces.c
Original file line number Diff line number Diff line change
@@ -1,5 +1,3 @@
#include <stdio.h>

void remove_input_spaces(char *input) {
// To keep track of non-space character count
int count = 0;
Expand Down
2 changes: 1 addition & 1 deletion src/inputs/remove_input_spaces.h
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
#ifndef REMOVE_INPUT_SPACES_H
#define REMOVE_INPUT_SPACES_H
#include "./remove_input_spaces.c"
#include "remove_input_spaces.c"

extern void remove_input_spaces(char* input);

Expand Down

0 comments on commit ed1d0d8

Please sign in to comment.