Skip to content

Commit

Permalink
format whitespace
Browse files Browse the repository at this point in the history
  • Loading branch information
cyanide0081 committed Oct 2, 2023
1 parent 8000752 commit 82b8b73
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/data.h
Original file line number Diff line number Diff line change
Expand Up @@ -67,7 +67,7 @@ typedef struct arguments {

#ifdef _WIN32
#define _waitForNewLine() { \
wint_t c; \
wint_t c; \
while ((c = getwchar()) != u'\n' && c != u'\r' && c != WEOF); \
} (void)0
#else
Expand Down

0 comments on commit 82b8b73

Please sign in to comment.