Skip to content

Commit

Permalink
Remove unnecessary whitespace changes
Browse files Browse the repository at this point in the history
  • Loading branch information
florianschmidt1994 committed Jan 9, 2025
1 parent 9dd8c17 commit f6aa350
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions libcob/call.c
Original file line number Diff line number Diff line change
Expand Up @@ -60,9 +60,8 @@ FILE *fmemopen (void *buf, size_t size, const char *mode);
https://wiki.musl-libc.org/functional-differences-from-glibc.html#Unloading_libraries
*/



#ifdef _WIN32

#define WIN32_LEAN_AND_MEAN
#include <windows.h>
#include <io.h> /* for access */
Expand Down

0 comments on commit f6aa350

Please sign in to comment.