Skip to content

Commit

Permalink
Fix "Reindent hidden functions"
Browse files Browse the repository at this point in the history
This fixes commit 7ab168d.
  • Loading branch information
gportay committed Mar 22, 2024
1 parent 959e0a7 commit 6544bee
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion linkat.c
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@

static int (*sym)(int, const char *, int, const char *, int);

hidden int next_linkat(int olddfd, const char *oldpath, int newdfd,
hidden int next_linkat(int olddfd, const char *oldpath, int newdfd,
const char *newpath, int atflags)
{
if (!sym)
Expand Down

0 comments on commit 6544bee

Please sign in to comment.