Skip to content

Commit

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


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

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

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

0 comments on commit 25beb43

Please sign in to comment.