diff options
author | Robert Haas | 2016-06-09 22:02:36 +0000 |
---|---|---|
committer | Robert Haas | 2016-06-09 22:02:36 +0000 |
commit | 4bc424b968058c7f0aa685821d7039e86faac99c (patch) | |
tree | a4e245ae67bd11edb3926ff5fb3b0223438ac283 /contrib/isn/isn.c | |
parent | 9164deea2f4ac90ee5e008ff41fc5ad4423887b2 (diff) |
pgindent run for 9.6
Diffstat (limited to 'contrib/isn/isn.c')
-rw-r--r-- | contrib/isn/isn.c | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/contrib/isn/isn.c b/contrib/isn/isn.c index 49d088ffa88..c622a4ef07f 100644 --- a/contrib/isn/isn.c +++ b/contrib/isn/isn.c @@ -444,9 +444,9 @@ ean2ISBN(char *isn) unsigned check; /* - * The number should come in this format: 978-0-000-00000-0 - * or may be an ISBN-13 number, 979-..., which does not have a short - * representation. Do the short output version if possible. + * The number should come in this format: 978-0-000-00000-0 or may be an + * ISBN-13 number, 979-..., which does not have a short representation. Do + * the short output version if possible. */ if (strncmp("978-", isn, 4) == 0) { |