Skip to content

Commit 2016898

Browse files
author
Thomas G. Lockhart
committed
Fix indenting in prototype declarations. No functional changes.
1 parent a4d9205 commit 2016898

File tree

1 file changed

+6
-6
lines changed

1 file changed

+6
-6
lines changed

src/backend/utils/adt/datetime.c

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@
88
*
99
*
1010
* IDENTIFICATION
11-
* $Header: /cvsroot/pgsql/src/backend/utils/adt/datetime.c,v 1.51 2000/07/12 22:59:08 petere Exp $
11+
* $Header: /cvsroot/pgsql/src/backend/utils/adt/datetime.c,v 1.52 2000/07/14 15:33:33 thomas Exp $
1212
*
1313
*-------------------------------------------------------------------------
1414
*/
@@ -30,13 +30,13 @@
3030
#include "utils/datetime.h"
3131

3232
static int DecodeNumber(int flen, char *field,
33-
int fmask, int *tmask,
34-
struct tm * tm, double *fsec, int *is2digits);
33+
int fmask, int *tmask,
34+
struct tm * tm, double *fsec, int *is2digits);
3535
static int DecodeNumberField(int len, char *str,
36-
int fmask, int *tmask,
37-
struct tm * tm, double *fsec, int *is2digits);
36+
int fmask, int *tmask,
37+
struct tm * tm, double *fsec, int *is2digits);
3838
static int DecodeTime(char *str, int fmask, int *tmask,
39-
struct tm * tm, double *fsec);
39+
struct tm * tm, double *fsec);
4040
static int DecodeTimezone(char *str, int *tzp);
4141
static datetkn *datebsearch(char *key, datetkn *base, unsigned int nel);
4242
static int DecodeDate(char *str, int fmask, int *tmask, struct tm * tm);

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