Skip to content

Commit

Permalink
Add indent
Browse files Browse the repository at this point in the history
  • Loading branch information
corona10 committed May 3, 2023
1 parent 4d59c62 commit 7be048f
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions Modules/posixmodule.c
Original file line number Diff line number Diff line change
Expand Up @@ -175,13 +175,13 @@
# define HAVE_PWRITEV_RUNTIME (pwritev != NULL)
# endif

# ifdef HAVE_MKFIFOAT
# ifdef HAVE_MKFIFOAT
# define HAVE_MKFIFOAT_RUNTIME (mkfifoat!= NULL)
# endif
# endif

# ifdef HAVE_MKNODAT_RUNTIME
# ifdef HAVE_MKNODAT_RUNTIME
# define HAVE_MKNODAT_RUNTIME (mknodat != NULL)
# endif
# endif

#endif

Expand Down

0 comments on commit 7be048f

Please sign in to comment.