diff options
| author | Bruce Momjian | 2001-11-08 20:37:52 +0000 |
|---|---|---|
| committer | Bruce Momjian | 2001-11-08 20:37:52 +0000 |
| commit | 77e4fd889c0a0e374164c2b57cade1ab2384d3f3 (patch) | |
| tree | ca23ee21fba96421dad466734321daeeea1c4beb /src/backend/storage | |
| parent | e8192dc0d037d30281369259b31b32330609ad30 (diff) | |
Fix indenting for 'extern "C"' cases.
Diffstat (limited to 'src/backend/storage')
| -rw-r--r-- | src/backend/storage/lmgr/proc.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/src/backend/storage/lmgr/proc.c b/src/backend/storage/lmgr/proc.c index 84118c78d37..5fa8f133e57 100644 --- a/src/backend/storage/lmgr/proc.c +++ b/src/backend/storage/lmgr/proc.c @@ -8,7 +8,7 @@ * * * IDENTIFICATION - * $Header: /cvsroot/pgsql/src/backend/storage/lmgr/proc.c,v 1.115 2001/11/06 00:38:26 tgl Exp $ + * $Header: /cvsroot/pgsql/src/backend/storage/lmgr/proc.c,v 1.116 2001/11/08 20:37:52 momjian Exp $ * *------------------------------------------------------------------------- */ @@ -125,7 +125,7 @@ InitProcGlobal(int maxBackends) /* * Compute size for ProcGlobal structure. Note we need one more sema * besides those used for regular backends; this is accounted for in - * the PROC_SEM_MAP_ENTRIES macro. (We do it that way so that other + * the PROC_SEM_MAP_ENTRIES macro. (We do it that way so that other * modules that use PROC_SEM_MAP_ENTRIES(maxBackends) to size data * structures don't have to know about this explicitly.) */ |
