mirror of
https://github.com/postgres/postgres.git
synced 2026-01-05 23:38:41 +03:00
Another pgindent run with updated typedefs.
This commit is contained in:
@@ -19,7 +19,8 @@ create_s(void)
|
||||
return p;
|
||||
}
|
||||
|
||||
extern void lose_s(symbol * p)
|
||||
extern void
|
||||
lose_s(symbol * p)
|
||||
{
|
||||
free((char *) p - HEAD);
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user