Skip to content

Commit

Permalink
Update formatting
Browse files Browse the repository at this point in the history
  • Loading branch information
proh14 committed Oct 12, 2024
1 parent b6b368b commit 8f4fb00
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion src/output.c
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,8 @@
#include <stdarg.h>
#include <stdio.h>

#define INIT_BUFF {NULL, 0}
#define INIT_BUFF \
{ NULL, 0 }

void drawLineNumber(struct screenBuffer *buff, int frow) {
char linenum[6];
Expand Down

0 comments on commit 8f4fb00

Please sign in to comment.