mirror of
https://github.com/postgres/postgres.git
synced 2025-11-10 17:42:29 +03:00
Clear some style deviations.
This commit is contained in:
@@ -177,7 +177,7 @@ ClockSweepTick(void)
|
||||
* should not call this.
|
||||
*/
|
||||
bool
|
||||
have_free_buffer()
|
||||
have_free_buffer(void)
|
||||
{
|
||||
if (StrategyControl->firstFreeBuffer >= 0)
|
||||
return true;
|
||||
|
||||
Reference in New Issue
Block a user