mirror of
https://git.postgresql.org/git/postgresql.git
synced 2024-12-15 08:20:16 +08:00
0a78320057
This includes removing tabs after periods in C comments, which was applied to back branches, so this change should not effect backpatching.
10 lines
179 B
C
10 lines
179 B
C
/*
|
|
* For the raison d'etre of this file, check the comment above the definition
|
|
* of the PGAC_C_INLINE macro in config/c-compiler.m4.
|
|
*/
|
|
static inline int
|
|
fun()
|
|
{
|
|
return 0;
|
|
}
|