]> granicus.if.org Git - postgresql/blobdiff - contrib/sepgsql/uavc.c
pgindent run for 9.4
[postgresql] / contrib / sepgsql / uavc.c
index 03a03a75c7f62a8e033197ce99fa764f7c293fc9..b014b01f36c452fd30b989a3394aca14a38a2b1d 100644 (file)
@@ -142,7 +142,7 @@ sepgsql_avc_reclaim(void)
  * Access control decisions must be atomic, but multiple system calls may
  * be required to make a decision; thus, when referencing the access vector
  * cache, we must loop until we complete without an intervening cache flush
- * event.  In practice, looping even once should be very rare. Callers should
+ * event.  In practice, looping even once should be very rare.  Callers should
  * do something like this:
  *
  *      sepgsql_avc_check_valid();