From 52f77df613cea1803ce86321c37229626d9f213c Mon Sep 17 00:00:00 2001 From: Bruce Momjian Date: Wed, 12 Apr 2000 17:17:23 +0000 Subject: Ye-old pgindent run. Same 4-space tabs. --- src/include/port/bsd.h | 2 ++ 1 file changed, 2 insertions(+) (limited to 'src/include/port/bsd.h') diff --git a/src/include/port/bsd.h b/src/include/port/bsd.h index 8406844d079..dc019303250 100644 --- a/src/include/port/bsd.h +++ b/src/include/port/bsd.h @@ -38,6 +38,8 @@ #if defined(__powerpc__) typedef unsigned int slock_t; + #else typedef unsigned char slock_t; + #endif -- cgit v1.2.3