Movatterモバイル変換


[0]ホーム

URL:


Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

Commit8f10768

Browse files
committed
Tab alignment cleanup.
1 parent317ce62 commit8f10768

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
#ifdefUSE_SSL
123123

124124
#ifndefWIN32
125-
#defineUSER_CERT_FILE".postgresql/postgresql.crt"
125+
#defineUSER_CERT_FILE".postgresql/postgresql.crt"
126126
#defineUSER_KEY_FILE".postgresql/postgresql.key"
127-
#defineROOT_CERT_FILE".postgresql/root.crt"
127+
#defineROOT_CERT_FILE".postgresql/root.crt"
128128
#else
129129
/* On Windows, the "home" directory is already PostgreSQL-specific */
130-
#defineUSER_CERT_FILE"postgresql.crt"
130+
#defineUSER_CERT_FILE"postgresql.crt"
131131
#defineUSER_KEY_FILE"postgresql.key"
132-
#defineROOT_CERT_FILE"root.crt"
132+
#defineROOT_CERT_FILE"root.crt"
133133
#endif
134134

135135
#ifdefNOT_USED

0 commit comments

Comments
 (0)

[8]ページ先頭

©2009-2025 Movatter.jp