1
0
mirror of https://github.com/postgres/postgres.git synced 2025-07-28 23:42:10 +03:00

Remove extra newlines at end and beginning of files, add missing newlines

at end of files.
This commit is contained in:
Peter Eisentraut
2010-08-19 05:57:36 +00:00
parent d37781fa82
commit 3f11971916
156 changed files with 55 additions and 226 deletions

View File

@ -94,4 +94,3 @@ static void openit(void)
{
$open c;
}

View File

@ -10,4 +10,3 @@ TESTS = test1 test1.c \
test5 test5.c
all: $(TESTS)

View File

@ -53,4 +53,3 @@ test: thread/prep
test: thread/alloc
test: thread/descriptor
test: connect/test1

View File

@ -253,4 +253,3 @@ if (sqlca.sqlcode < 0) dosqlprint ( );}
#line 95 "test_informix.pgc"
}

View File

@ -445,4 +445,3 @@ if (sqlca.sqlcode < 0) sqlprint ( );}
return (0);
}

View File

@ -175,4 +175,3 @@ main(void)
return (0);
}

View File

@ -159,4 +159,3 @@ if (sqlca.sqlcode < 0) sqlprint ( );}
return (0);
}

View File

@ -40,4 +40,3 @@ int main(void)
exit (0);
}

View File

@ -99,7 +99,6 @@ int PGTYPESnumeric_from_decimal(decimal *, numeric *);
/* exec sql begin declare section */
#line 1 "struct.h"
@ -110,7 +109,7 @@ int PGTYPESnumeric_from_decimal(decimal *, numeric *);
typedef struct mytype MYTYPE ;
#line 10 "struct.h"
#line 9 "struct.h"
@ -123,40 +122,40 @@ int PGTYPESnumeric_from_decimal(decimal *, numeric *);
typedef struct mynulltype MYNULLTYPE ;
#line 20 "struct.h"
#line 19 "struct.h"
#line 11 "outofscope.pgc"
struct mytype {
#line 4 "struct.h"
#line 3 "struct.h"
int id ;
#line 5 "struct.h"
#line 4 "struct.h"
char t [ 64 ] ;
#line 6 "struct.h"
#line 5 "struct.h"
double d1 ;
#line 7 "struct.h"
#line 6 "struct.h"
double d2 ;
#line 8 "struct.h"
#line 7 "struct.h"
char c [ 30 ] ;
} ; struct mynulltype {
#line 14 "struct.h"
#line 13 "struct.h"
int id ;
#line 15 "struct.h"
#line 14 "struct.h"
int t ;
#line 16 "struct.h"
#line 15 "struct.h"
int d1 ;
#line 17 "struct.h"
#line 16 "struct.h"
int d2 ;
#line 18 "struct.h"
#line 17 "struct.h"
int c ;
} ;/* exec sql end declare section */
#line 12 "outofscope.pgc"

View File

@ -214,4 +214,3 @@ int main ()
return 0;
}
#endif

View File

@ -255,4 +255,3 @@ if (sqlca.sqlcode < 0) sqlprint();}
return 0;
}
#endif

View File

@ -10,4 +10,3 @@ TESTS = dt_test dt_test.c \
nan_test nan_test.c
all: $(TESTS)

View File

@ -361,4 +361,3 @@ main(void)
return (0);
}

View File

@ -140,4 +140,3 @@ main(void)
return (0);
}

View File

@ -95,4 +95,3 @@ main(void)
return (0);
}

View File

@ -19,4 +19,3 @@ int main(void)
exec sql disconnect;
exit (0);
}

View File

@ -1,4 +1,3 @@
struct mytype
{
int id;

View File

@ -28,4 +28,3 @@ all: $(TESTS)
oldexec.c: oldexec.pgc ../regression.h
$(ECPG) -r questionmarks -o $@ -I$(srcdir) $<

View File

@ -11,4 +11,3 @@ TESTS = thread_implicit thread_implicit.c \
alloc alloc.c
all: $(TESTS)

View File

@ -86,4 +86,3 @@ int main ()
return 0;
}
#endif

View File

@ -92,4 +92,3 @@ int main ()
return 0;
}
#endif