summaryrefslogtreecommitdiff
path: root/log.c
diff options
context:
space:
mode:
authorFrans Kaashoek <[email protected]>2014-08-29 17:06:49 -0400
committerFrans Kaashoek <[email protected]>2014-08-29 17:06:49 -0400
commit74c77da6f8a21e905d51dceb6016769a3652b045 (patch)
tree3c31a21e7dd871eeadc98cb4cb2a359270334a3f /log.c
parentac83a21a5b5ae0089b67b21c4ce8b953b59d2264 (diff)
downloadxv6-labs-74c77da6f8a21e905d51dceb6016769a3652b045.tar.gz
xv6-labs-74c77da6f8a21e905d51dceb6016769a3652b045.tar.bz2
xv6-labs-74c77da6f8a21e905d51dceb6016769a3652b045.zip
Nice layout for a printout of the code
Diffstat (limited to 'log.c')
-rw-r--r--log.c3
1 files changed, 0 insertions, 3 deletions
diff --git a/log.c b/log.c
index 0abe1fe..b66074c 100644
--- a/log.c
+++ b/log.c
@@ -227,6 +227,3 @@ log_write(struct buf *b)
b->flags |= B_DIRTY; // prevent eviction
}
-//PAGEBREAK!
-// Blank page.
-