diff options
| author | Bruce Momjian <bruce@momjian.us> | 2001-11-05 17:46:40 +0000 |
|---|---|---|
| committer | Bruce Momjian <bruce@momjian.us> | 2001-11-05 17:46:40 +0000 |
| commit | ea08e6cd5542cb269ecd3e735f1dfa3bb61fbc4f (patch) | |
| tree | bf6b60c08be3ddf5a40e110e8276dc2d45b1431c /src/include/storage/buf_internals.h | |
| parent | 34153b205265e2e831c1e3ee02be0fc88fa41710 (diff) | |
| download | postgresql-ea08e6cd5542cb269ecd3e735f1dfa3bb61fbc4f.tar.gz | |
New pgindent run with fixes suggested by Tom. Patch manually reviewed,
initdb/regression tests pass.
Diffstat (limited to 'src/include/storage/buf_internals.h')
| -rw-r--r-- | src/include/storage/buf_internals.h | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/src/include/storage/buf_internals.h b/src/include/storage/buf_internals.h index 46eca54d11..73033c556b 100644 --- a/src/include/storage/buf_internals.h +++ b/src/include/storage/buf_internals.h @@ -7,7 +7,7 @@ * Portions Copyright (c) 1996-2001, PostgreSQL Global Development Group * Portions Copyright (c) 1994, Regents of the University of California * - * $Id: buf_internals.h,v 1.53 2001/10/28 06:26:08 momjian Exp $ + * $Id: buf_internals.h,v 1.54 2001/11/05 17:46:35 momjian Exp $ * *------------------------------------------------------------------------- */ @@ -145,8 +145,8 @@ typedef struct _bmtrace #define BMT_ALLOCNOTFND 2 #define BMT_DEALLOC 3 -} bmtrace; -#endif /* BMTRACE */ +} bmtrace; +#endif /* BMTRACE */ /* @@ -184,4 +184,4 @@ extern int FlushLocalBuffer(Buffer buffer, bool sync, bool release); extern void LocalBufferSync(void); extern void ResetLocalBufferPool(void); -#endif /* BUFMGR_INTERNALS_H */ +#endif /* BUFMGR_INTERNALS_H */ |
