diff options
| author | Bruce Momjian | 2000-04-12 17:17:23 +0000 |
|---|---|---|
| committer | Bruce Momjian | 2000-04-12 17:17:23 +0000 |
| commit | 52f77df613cea1803ce86321c37229626d9f213c (patch) | |
| tree | bd9ac9f667f295cb65f4c448a5bb5a062d656b27 /contrib/userlock | |
| parent | db4518729d85da83eafdacbcebaeb12618517595 (diff) | |
Ye-old pgindent run. Same 4-space tabs.
Diffstat (limited to 'contrib/userlock')
| -rw-r--r-- | contrib/userlock/user_locks.c | 6 | ||||
| -rw-r--r-- | contrib/userlock/user_locks.h | 6 |
2 files changed, 6 insertions, 6 deletions
diff --git a/contrib/userlock/user_locks.c b/contrib/userlock/user_locks.c index 1a596d5154..1e37a54cf0 100644 --- a/contrib/userlock/user_locks.c +++ b/contrib/userlock/user_locks.c @@ -96,8 +96,8 @@ user_unlock_all() /* * Local Variables: - * tab-width: 4 - * c-indent-level: 4 - * c-basic-offset: 4 + * tab-width: 4 + * c-indent-level: 4 + * c-basic-offset: 4 * End: */ diff --git a/contrib/userlock/user_locks.h b/contrib/userlock/user_locks.h index 3f0449e7e4..82ecb3b9ea 100644 --- a/contrib/userlock/user_locks.h +++ b/contrib/userlock/user_locks.h @@ -13,8 +13,8 @@ int user_unlock_all(void); /* * Local Variables: - * tab-width: 4 - * c-indent-level: 4 - * c-basic-offset: 4 + * tab-width: 4 + * c-indent-level: 4 + * c-basic-offset: 4 * End: */ |
