summaryrefslogtreecommitdiff
path: root/src/backend/storage/ipc/waiteventset.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/backend/storage/ipc/waiteventset.c')
-rw-r--r--src/backend/storage/ipc/waiteventset.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/backend/storage/ipc/waiteventset.c b/src/backend/storage/ipc/waiteventset.c
index b0746521ae4..465cee40ccc 100644
--- a/src/backend/storage/ipc/waiteventset.c
+++ b/src/backend/storage/ipc/waiteventset.c
@@ -2010,7 +2010,7 @@ ResOwnerReleaseWaitEventSet(Datum res)
* NB: be sure to save and restore errno around it. (That's standard practice
* in most signal handlers, of course, but we used to omit it in handlers that
* only set a flag.) XXX
- *
+ *
* NB: this function is called from critical sections and signal handlers so
* throwing an error is not a good idea.
*