diff options
author | Bruce Momjian | 1997-09-07 05:04:48 +0000 |
---|---|---|
committer | Bruce Momjian | 1997-09-07 05:04:48 +0000 |
commit | 1ccd423235a48739d6f7a4d7889705b5f9ecc69b (patch) | |
tree | 8001c4e839dfad8f29ceda7f8c5f5dbb8759b564 /src/include/commands/version.h | |
parent | 8fecd4febf8357f3cc20383ed29ced484877d5ac (diff) |
Massive commit to run PGINDENT on all *.c and *.h files.
Diffstat (limited to 'src/include/commands/version.h')
-rw-r--r-- | src/include/commands/version.h | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/src/include/commands/version.h b/src/include/commands/version.h index 1b3e5169d99..7365a829629 100644 --- a/src/include/commands/version.h +++ b/src/include/commands/version.h @@ -1,16 +1,16 @@ /*------------------------------------------------------------------------- * * version.h-- - * Header file for versions. + * Header file for versions. * * * Copyright (c) 1994, Regents of the University of California * - * $Id: version.h,v 1.4 1997/08/19 21:38:10 momjian Exp $ + * $Id: version.h,v 1.5 1997/09/07 04:57:35 momjian Exp $ * *------------------------------------------------------------------------- */ #ifndef VERSION_H #define VERSION_H - -#endif /* VERSION_H */ + +#endif /* VERSION_H */ |