From: Robert Haas Date: Fri, 21 Oct 2016 16:04:21 +0000 (-0400) Subject: Fix comment formatting. X-Git-Tag: REL_10_BETA1~1528 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=919c811ca1e2a545cb1db243af93d55270d84469;p=thirdparty%2Fpostgresql.git Fix comment formatting. --- diff --git a/src/backend/access/transam/xlog.c b/src/backend/access/transam/xlog.c index 4fda1798ccd..d6c057a23bf 100644 --- a/src/backend/access/transam/xlog.c +++ b/src/backend/access/transam/xlog.c @@ -10309,7 +10309,7 @@ pg_start_backup_callback(int code, Datum arg) /* * do_pg_stop_backup is the workhorse of the user-visible pg_stop_backup() * function. - + * * If labelfile is NULL, this stops an exclusive backup. Otherwise this stops * the non-exclusive backup specified by 'labelfile'. *