From: Ben Pfaff Date: Tue, 21 Jun 2005 03:57:12 +0000 (+0000) Subject: Untabify to fix Texinfo expansion. X-Git-Url: https://pintos-os.org/cgi-bin/gitweb.cgi?p=pintos-anon;a=commitdiff_plain;h=8a92ace806dd807d71cf4ad8c8cc87e667999727 Untabify to fix Texinfo expansion. --- 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: