7 Commits

Author SHA1 Message Date
Peter Kokot
2e1576137f Sync leading and final newlines
This patch adds missing newlines, trims multiple redundant final
newlines into a single one and trims leading newlines at the beginning
of the files.

According to POSIX, a line is a sequence of zero or more non-'<newline>'
characters plus a terminating '<newline>' character. [1] Files should
normally have at least one final newline character.

C89 [2] and later standards [3] mention a final newline:
"A source file that is not empty shall end in a new-line character,
which shall not be immediately preceded by a backslash character."

Although it is not mandatory for all files to have a final newline
fixed, a more consistent and homogeneous approach brings less of commit
differences issues and a better development experience in certain text
editors and IDEs.

[1] http://pubs.opengroup.org/onlinepubs/9699919799/basedefs/V1_chap03.html#tag_03_206
[2] https://port70.net/~nsz/c/c89/c89-draft.html#2.1.1.2
[3] https://port70.net/~nsz/c/c99/n1256.html#5.1.1.2
2018-10-21 23:41:49 +02:00
Jon Parise
edeebcce49 Ack, I fat-fingered my last commit; I didn't intend to change this file. 2003-07-26 18:49:01 +00:00
Jon Parise
33653d2a87 "REG" makes me think "registration" or just "regular". "REGEX" is more
obviously "regular expression".
2003-07-26 18:46:15 +00:00
Martin Jansen
563801d580 * Exclude state_order.sql from the Makefile
* Use complete insert statements in createdb.sql
* Fix a syntax error in users.sql

Submitted by: Jan Schneider
2003-05-11 07:32:26 +00:00
Stig Bakken
4c2cbd1dc5 * modified to use on pair1.php.net 2001-08-14 09:27:39 +00:00
Stig Bakken
1acf12efe5 * more schema fixes 2001-04-14 02:23:18 +00:00
Stig Bakken
0beea58d0c * new database schema 2001-04-14 00:41:55 +00:00