From 59f6a57e59fe8353f9edaa3703516ea67e06672b Mon Sep 17 00:00:00 2001 From: Bruce Momjian Date: Mon, 8 Sep 1997 21:56:23 +0000 Subject: Used modified version of indent that understands over 100 typedefs. --- src/include/lib/fstack.h | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'src/include/lib/fstack.h') diff --git a/src/include/lib/fstack.h b/src/include/lib/fstack.h index f5236c67bba..2fbf62606cd 100644 --- a/src/include/lib/fstack.h +++ b/src/include/lib/fstack.h @@ -6,7 +6,7 @@ * * Copyright (c) 1994, Regents of the University of California * - * $Id: fstack.h,v 1.4 1997/09/08 02:36:51 momjian Exp $ + * $Id: fstack.h,v 1.5 1997/09/08 21:52:20 momjian Exp $ * *------------------------------------------------------------------------- */ @@ -51,7 +51,7 @@ typedef struct FixedStackData FixedItem top; /* Top item on the stack or NULL */ Offset offset; /* Offset from struct base to item */ /* this could be signed short int! */ -} FixedStackData; +} FixedStackData; typedef FixedStackData *FixedStack; -- cgit v1.2.3