]> granicus.if.org Git - postgresql/blobdiff - src/backend/libpq/hba.c
pgindent run for 9.4
[postgresql] / src / backend / libpq / hba.c
index b070bfeda353bb1793bf777a8b0f0712087bbfd4..fd98c60ddb0589a58c9126cb2fec2ea403165deb 100644 (file)
@@ -1758,7 +1758,7 @@ check_hba(hbaPort *port)
  * Read the config file and create a List of HbaLine records for the contents.
  *
  * The configuration is read into a temporary list, and if any parse error
- * occurs the old list is kept in place and false is returned. Only if the
+ * occurs the old list is kept in place and false is returned.  Only if the
  * whole file parses OK is the list replaced, and the function returns true.
  *
  * On a false result, caller will take care of reporting a FATAL error in case
@@ -2244,7 +2244,7 @@ load_ident(void)
 
 /*
  *     Determine what authentication method should be used when accessing database
- *     "database" from frontend "raddr", user "user".  Return the method and
+ *     "database" from frontend "raddr", user "user".  Return the method and
  *     an optional argument (stored in fields of *port), and STATUS_OK.
  *
  *     If the file does not contain any entry matching the request, we return