From 8a92ace806dd807d71cf4ad8c8cc87e667999727 Mon Sep 17 00:00:00 2001 From: Ben Pfaff Date: Tue, 21 Jun 2005 03:57:12 +0000 Subject: [PATCH] Untabify to fix Texinfo expansion. --- doc/sample.tmpl | 21 +++++++++++---------- 1 file changed, 11 insertions(+), 10 deletions(-) diff --git a/doc/sample.tmpl b/doc/sample.tmpl index db2e70f..e9128ef 100644 --- a/doc/sample.tmpl +++ b/doc/sample.tmpl @@ -1,8 +1,9 @@ - +-----------------+ - | CS 140 | - | SAMPLE PROJECT | - | DESIGN DOCUMENT | - +-----------------+ + + +-----------------+ + | CS 140 | + | SAMPLE PROJECT | + | DESIGN DOCUMENT | + +-----------------+ ---- GROUP ---- @@ -21,8 +22,8 @@ Ben Pfaff None. - JOIN - ==== + JOIN + ==== ---- DATA STRUCTURES ---- @@ -37,9 +38,9 @@ acquires pass immediately. /* Latch. */ struct latch { - bool released; /* Released yet? */ - struct lock monitor_lock; /* Monitor lock. */ - struct condition rel_cond; /* Signaled when released. */ + bool released; /* Released yet? */ + struct lock monitor_lock; /* Monitor lock. */ + struct condition rel_cond; /* Signaled when released. */ }; Added to struct thread: -- 2.30.2