Skip to content

Commit 8f10768

Browse files
committed
Tab alignment cleanup.
1 parent 317ce62 commit 8f10768

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

src/interfaces/libpq/fe-secure.c

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@
1111
*
1212
*
1313
* IDENTIFICATION
14-
* $PostgreSQL: pgsql/src/interfaces/libpq/fe-secure.c,v 1.78 2006/04/27 14:01:46 momjian Exp $
14+
* $PostgreSQL: pgsql/src/interfaces/libpq/fe-secure.c,v 1.79 2006/04/27 14:02:36 momjian Exp $
1515
*
1616
* NOTES
1717
* [ Most of these notes are wrong/obsolete, but perhaps not all ]
@@ -122,14 +122,14 @@
122122
#ifdef USE_SSL
123123

124124
#ifndef WIN32
125-
#define USER_CERT_FILE ".postgresql/postgresql.crt"
125+
#define USER_CERT_FILE ".postgresql/postgresql.crt"
126126
#define USER_KEY_FILE ".postgresql/postgresql.key"
127-
#define ROOT_CERT_FILE ".postgresql/root.crt"
127+
#define ROOT_CERT_FILE ".postgresql/root.crt"
128128
#else
129129
/* On Windows, the "home" directory is already PostgreSQL-specific */
130-
#define USER_CERT_FILE "postgresql.crt"
130+
#define USER_CERT_FILE "postgresql.crt"
131131
#define USER_KEY_FILE "postgresql.key"
132-
#define ROOT_CERT_FILE "root.crt"
132+
#define ROOT_CERT_FILE "root.crt"
133133
#endif
134134

135135
#ifdef NOT_USED

0 commit comments

Comments
 (0)
pFad - Phonifier reborn

Pfad - The Proxy pFad of © 2024 Garber Painting. All rights reserved.

Note: This service is not intended for secure transactions such as banking, social media, email, or purchasing. Use at your own risk. We assume no liability whatsoever for broken pages.


Alternative Proxies:

Alternative Proxy

pFad Proxy

pFad v3 Proxy

pFad v4 Proxy