]> granicus.if.org Git - postgresql/blobdiff - contrib/pgcrypto/pgp.h
Phase 2 of pgindent updates.
[postgresql] / contrib / pgcrypto / pgp.h
index 804a27018a2b1cc9122d7347d9df59c1e9b3ce62..1b6ea4c9eaf8d34e596b883fd2e08dd44a17ae39 100644 (file)
@@ -155,8 +155,8 @@ struct PGP_Context
         */
        int                     mdc_checked;
        int                     corrupt_prefix; /* prefix failed RFC 4880 "quick check" */
-       int                     unsupported_compr;              /* has bzip2 compression */
-       int                     unexpected_binary;              /* binary data seen in text_mode */
+       int                     unsupported_compr;      /* has bzip2 compression */
+       int                     unexpected_binary;      /* binary data seen in text_mode */
        int                     in_mdc_pkt;
        int                     use_mdcbuf_filter;
        PX_MD      *mdc_ctx;