Skip to content

Commit

Permalink
fmt
Browse files Browse the repository at this point in the history
  • Loading branch information
fmoletta committed Jul 27, 2023
1 parent ad35a6f commit 30aaf83
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 2 deletions.
1 change: 0 additions & 1 deletion Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -74,7 +74,6 @@ $(BUILD_DIR)/%.o: $(SRC_DIR)/%main.c
deps_macos:
brew install clang-format


run: default
@$(BUILD_DIR)/$(TARGET) $(program);

Expand Down
1 change: 0 additions & 1 deletion src/main.c
Original file line number Diff line number Diff line change
@@ -1,6 +1,5 @@
#include "decoder.h"
#include "utils.h"
#include <limits.h>
#include <stdio.h>

int main(int argc, char **argv) {
Expand Down

0 comments on commit 30aaf83

Please sign in to comment.